COLOR #D5AF99

HEX: #D5AF99
RGB: (213,175,153)

Renk bilgisi

#D5AF99 contains mainly red and green colors. #D5AF99 ‘ nin web güvenlik rengi #CC9999 (ya da #C99) dir.

RGB renk modeli

#D5AF99 color RGB value is (213,175,153).

  • kırmız ton 213;
  • yeşil ton 175;
  • mavi ton 153.
RGB:
(213,175,153)
(84%,69%,60%)

RGB bağlantıları ve doygunluk

R 213 of 255 = 84%
G 175 of 255 = 69%
B 153 of 255 = 60%

213
175
153

R + G + B ~ 71%. #D5AF99 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
213 + 175 + 153 = 541 (100%)
R 213 of 541 ~ 39.37%
G 175 of 541 ~ 32.35%
B 153 of 541 ~ 28.28%

%39.37
%32.35
%28.28

CMYK RENK MODELİ

#D5AF99 rengi CMYK tonu (0,18,28,16).

  • camgöbeği tonu 0.00%
  • eflatun tonu 17.84%
  • sarı tonu 28.17%
  • ana renk tonu 16.47%
CMYK:
(0,18,28,16)
C0M18Y28K16 
(0%,18%,28%,16%)
(0.00/0.18/0.28/0.16)	

CMYK yüzdeleri

%0
%17.84
%28.17
%16.47

Codes

Color #D5AF99 in popluar color models

D5AF99
RGB213175153
HSL22°41.67%71.76%
HSB/HSV22°28.17%83.53%
CMYK0.00%17.84%28.17%
16.47%

Color #D5AF99 in popluar number systems.

HEXD5AF99
Decimal213175153
Binary110101011010111110011001
Octal325257231

Shades and tints

Shades of #D5AF99

#D5AF99
(213,175,153)
#C2A08C
(194,160,140)
#AF917F
(175,145,127)
#9C8272
(156,130,114)
#897365
(137,115,101)
#766458
(118,100,88)
#63554B
(99,85,75)
#50463E
(80,70,62)
#3D3731
(61,55,49)
#2A2824
(42,40,36)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5AF99

#D5AF99
(213,175,153)
#D8B6A2
(216,182,162)
#DBBDAB
(219,189,171)
#DEC4B4
(222,196,180)
#E1CBBD
(225,203,189)
#E4D2C6
(228,210,198)
#E7D9CF
(231,217,207)
#EAE0D8
(234,224,216)
#EDE7E1
(237,231,225)
#F0EEEA
(240,238,234)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5AF99 color. Also use rgb(213,175,153) instead hex code.

Text Font Color

.myTextColor { color: #D5AF99; }

<p style="color:#D5AF99">This sample text font color is #D5AF99.</p>

This text font color is #D5AF99.


Background Color

.myBgColor { background-color: #D5AF99; }

<div style="background-color:#D5AF99">Inner text</div>

This div background color is #D5AF99.


Border color

.myBorderColor { border: 1px solid #D5AF99; }

<div style="border:3px solid #D5AF99">Div</div>

This div border color is #D5AF99.


Opacity

.myOpacity80 { color: #D5AF99; opacity: 0.8; }

<p style="color:#D5AF99;opacity:0.8;">80%</p>

Text with #D5AF99 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D5AF99;}

<p style="text-shadow: 3px 3px 1px #D5AF99">Text here.</p>

This text has shadow with #D5AF99 color.

.textShadow {text-shadow: 3px 3px 1px #D5AF99, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D5AF99, 5px 5px 20px red">Text here.</p>

This text has shadow with #D5AF99 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D5AF99, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D5AF99, Direction=45, Strength=4)">Text</p>

This text has shadow with #D5AF99 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D5AF99;
  -webkit-box-shadow:	1px 1px 3px 2px #D5AF99;
  box-shadow:		1px 1px 3px 2px #D5AF99;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D5AF99;
-webkit-box-shadow: 1px 1px 3px 2px #D5AF99;
box-shadow:1px 1px 3px 2px #D5AF99;">
Div content here</div>
This div box has shadow with color #D5AF99.

Preview

Color preview on black background

This text has color #D5AF99 on black background.


Color preview on white background

This text has color #D5AF99 on white background.



Black color preview on #D5AF99 background

This text has black color on #D5AF99 background.


White color preview on #D5AF99 background

This text has white color on #D5AF99 background.