Html Css Color HEX #D9CBAF Aths Special

📋 copy color: '#D9CBAF'

red 217 ◦ green 203 ◦ blue 175

#D9CBAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aths Special #D9CBAF

Tints of Aths Special #D9CBAF

RGB

 RED value IS 217 (85.16% from 255) = 36.47%

 GREEN value IS 203 (79.69% from 255) = 34.12%

 BLUE value IS 175 (68.75% from 255) = 29.41%

R = 36.47%
G = 34.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9CBAF (or 0xD9CBAF) is known color: Aths Special. HEX triplet: D9, CB and AF. RGB value is (217,203,175). Sum of RGB (Red+Green+Blue) = 217+203+175=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 203 (79.69% from 255 or 34.12% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CBAF is #263450. Grayscale: #CCCCCC. Windows color (decimal): -2503761 or 11520985. OLE color: 11520985.

HSL color Cylindrical-coordinate representation of color #D9CBAF: hue angle of 40º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9CBAF is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 203 175 -
CMYK 0 0.06 0.19 0.15
HSL 40º 0.36% 0.77% -
HSV(B) 40º 0.19% 0.85% -
XYZ 57.71 60.56 49.2 -
YUV 203.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 217 203 175 0 0.06 0.19 0.15 40 0.36 0.77
Hex D9 CB AF 0 6 13 F 28 24 4D
Octal 331 313 257 0 6 23 17 50 44 115
Binary 11011001 11001011 10101111 0 110 10011 1111 101000 100100 1001101

Color Harmonies of #D9CBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBAF

Black with #D9CBAF

Text Example


Text Example

White with #D9CBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBAF; }

 p { color: rgb(217,203,175); }

 H1.HeaderClassName
 {
   color: #D9CBAF;
 }
 .AnyTagClassName
 {
   color: #D9CBAF;
 }
</style>

background-color css

<style>
 a { background-color: #D9CBAF; }

 a { background-color: rgb(217,203,175); }

 div.DivClassName
 {
   background-color: #D9CBAF;
 }
 .BgClassName
 {
   background-color: #D9CBAF;
 }
</style>

border-color css

<style>
 span { border-color: #D9CBAF; }

 span { border-color: rgb(217,203,175); }

 td.TdClassName
 {
   border-color: #D9CBAF;
 }
 .TagClassName
 {
   border-color: #D9CBAF;
 }
</style>