Html Css Color HEX #D9CAB0 Aths Special

📋 copy color: '#D9CAB0'

red 217 ◦ green 202 ◦ blue 176

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

Shades of Aths Special #D9CAB0

Tints of Aths Special #D9CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 33.95%

 BLUE value IS 176 (69.14% from 255) = 29.58%

R = 36.47%
G = 33.95%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9CAB0 (or 0xD9CAB0) is known color: Aths Special. HEX triplet: D9, CA and B0. RGB value is (217,202,176). Sum of RGB (Red+Green+Blue) = 217+202+176=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 202 (79.30% from 255 or 33.95% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9CAB0 is #26354F. Grayscale: #CBCBCB. Windows color (decimal): -2504016 or 11586265. OLE color: 11586265.

HSL color Cylindrical-coordinate representation of color #D9CAB0: hue angle of 38.05º degrees, saturation: 0.35, 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 #D9CAB0 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 202 176 -
CMYK 0 0.07 0.19 0.15
HSL 38.05º 0.35% 0.77% -
HSV(B) 38.05º 0.19% 0.85% -
XYZ 57.57 60.13 49.65 -
YUV 203.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 217 202 176 0 0.07 0.19 0.15 38.05 0.35 0.77
Hex D9 CA B0 0 7 13 F 26 23 4D
Octal 331 312 260 0 7 23 17 46 43 115
Binary 11011001 11001010 10110000 0 111 10011 1111 100110 100011 1001101

Color Harmonies of #D9CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CAB0

Black with #D9CAB0

Text Example


Text Example

White with #D9CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CAB0; }

 p { color: rgb(217,202,176); }

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

background-color css

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

 a { background-color: rgb(217,202,176); }

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

border-color css

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

 span { border-color: rgb(217,202,176); }

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