Html Css Color HEX #D8CCA9 Aths Special

📋 copy color: '#D8CCA9'

red 216 ◦ green 204 ◦ blue 169

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

Shades of Aths Special #D8CCA9

Tints of Aths Special #D8CCA9

RGB

 RED value IS 216 (84.77% from 255) = 36.67%

 GREEN value IS 204 (80.08% from 255) = 34.63%

 BLUE value IS 169 (66.41% from 255) = 28.69%

R = 36.67%
G = 34.63%
B = 28.69%

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

#D8CCA9 (or 0xD8CCA9) is known color: Aths Special. HEX triplet: D8, CC and A9. RGB value is (216,204,169). Sum of RGB (Red+Green+Blue) = 216+204+169=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCA9 is #273356. Grayscale: #CBCBCB. Windows color (decimal): -2569047 or 11128024. OLE color: 11128024.

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

Color convert

RGB 216 204 169 -
CMYK 0 0.06 0.22 0.15
HSL 44.68º 0.38% 0.75% -
HSV(B) 44.68º 0.22% 0.85% -
XYZ 57.07 60.65 46.23 -
YUV 203.6 108.48 136.85 -
System Red Green Blue C M Y K H S L
Decimal 216 204 169 0 0.06 0.22 0.15 44.68 0.38 0.75
Hex D8 CC A9 0 6 16 F 2D 26 4B
Octal 330 314 251 0 6 26 17 55 46 113
Binary 11011000 11001100 10101001 0 110 10110 1111 101101 100110 1001011

Color Harmonies of #D8CCA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCA9

Black with #D8CCA9

Text Example


Text Example

White with #D8CCA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCA9; }

 p { color: rgb(216,204,169); }

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

background-color css

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

 a { background-color: rgb(216,204,169); }

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

border-color css

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

 span { border-color: rgb(216,204,169); }

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