Html Css Color HEX #D9CBAA Aths Special

📋 copy color: '#D9CBAA'

red 217 ◦ green 203 ◦ blue 170

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

Shades of Aths Special #D9CBAA

Tints of Aths Special #D9CBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.81%

R = 36.78%
G = 34.41%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9CBAA (or 0xD9CBAA) is known color: Aths Special. HEX triplet: D9, CB and AA. RGB value is (217,203,170). Sum of RGB (Red+Green+Blue) = 217+203+170=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CBAA is #263455. Grayscale: #CBCBCB. Windows color (decimal): -2503766 or 11193305. OLE color: 11193305.

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

Color convert

RGB 217 203 170 -
CMYK 0 0.06 0.22 0.15
HSL 42.13º 0.38% 0.76% -
HSV(B) 42.13º 0.22% 0.85% -
XYZ 57.23 60.37 46.67 -
YUV 203.42 109.14 137.68 -
System Red Green Blue C M Y K H S L
Decimal 217 203 170 0 0.06 0.22 0.15 42.13 0.38 0.76
Hex D9 CB AA 0 6 16 F 2A 26 4C
Octal 331 313 252 0 6 26 17 52 46 114
Binary 11011001 11001011 10101010 0 110 10110 1111 101010 100110 1001100

Color Harmonies of #D9CBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CBAA

Black with #D9CBAA

Text Example


Text Example

White with #D9CBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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