Html Css Color HEX #D8CAAC Aths Special

📋 copy color: '#D8CAAC'

red 216 ◦ green 202 ◦ blue 172

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

Shades of Aths Special #D8CAAC

Tints of Aths Special #D8CAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.15%

R = 36.61%
G = 34.24%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8CAAC (or 0xD8CAAC) is known color: Aths Special. HEX triplet: D8, CA and AC. RGB value is (216,202,172). Sum of RGB (Red+Green+Blue) = 216+202+172=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 202 (79.30% from 255 or 34.24% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAAC is #273553. Grayscale: #CACACA. Windows color (decimal): -2569556 or 11324120. OLE color: 11324120.

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

Color convert

RGB 216 202 172 -
CMYK 0 0.06 0.20 0.15
HSL 40.91º 0.36% 0.76% -
HSV(B) 40.91º 0.2% 0.85% -
XYZ 56.89 59.82 47.58 -
YUV 202.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 216 202 172 0 0.06 0.20 0.15 40.91 0.36 0.76
Hex D8 CA AC 0 6 14 F 29 24 4C
Octal 330 312 254 0 6 24 17 51 44 114
Binary 11011000 11001010 10101100 0 110 10100 1111 101001 100100 1001100

Color Harmonies of #D8CAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAAC

Black with #D8CAAC

Text Example


Text Example

White with #D8CAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAAC; }

 p { color: rgb(216,202,172); }

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

background-color css

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

 a { background-color: rgb(216,202,172); }

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

border-color css

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

 span { border-color: rgb(216,202,172); }

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