Html Css Color HEX #D8CCAA Aths Special

📋 copy color: '#D8CCAA'

red 216 ◦ green 204 ◦ blue 170

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

Shades of Aths Special #D8CCAA

Tints of Aths Special #D8CCAA

RGB

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

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

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

R = 36.61%
G = 34.58%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8CCAA (or 0xD8CCAA) is known color: Aths Special. HEX triplet: D8, CC and AA. RGB value is (216,204,170). Sum of RGB (Red+Green+Blue) = 216+204+170=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 204 (80.08% from 255 or 34.58% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CCAA is #273355. Grayscale: #CBCBCB. Windows color (decimal): -2569046 or 11193560. OLE color: 11193560.

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

Color convert

RGB 216 204 170 -
CMYK 0 0.06 0.21 0.15
HSL 44.35º 0.37% 0.76% -
HSV(B) 44.35º 0.21% 0.85% -
XYZ 57.17 60.69 46.73 -
YUV 203.71 108.98 136.76 -
System Red Green Blue C M Y K H S L
Decimal 216 204 170 0 0.06 0.21 0.15 44.35 0.37 0.76
Hex D8 CC AA 0 6 15 F 2C 25 4C
Octal 330 314 252 0 6 25 17 54 45 114
Binary 11011000 11001100 10101010 0 110 10101 1111 101100 100101 1001100

Color Harmonies of #D8CCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CCAA

Black with #D8CCAA

Text Example


Text Example

White with #D8CCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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