Html Css Color HEX #D8CAB2 Aths Special

📋 copy color: '#D8CAB2'

red 216 ◦ green 202 ◦ blue 178

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

Shades of Aths Special #D8CAB2

Tints of Aths Special #D8CAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 29.87%

R = 36.24%
G = 33.89%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D8CAB2 (or 0xD8CAB2) is known color: Aths Special. HEX triplet: D8, CA and B2. RGB value is (216,202,178). Sum of RGB (Red+Green+Blue) = 216+202+178=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 178 (69.92% from 255 or 29.87% from 596); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8CAB2 is #27354D. Grayscale: #CBCBCB. Windows color (decimal): -2569550 or 11717336. OLE color: 11717336.

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

Color convert

RGB 216 202 178 -
CMYK 0 0.06 0.18 0.15
HSL 37.89º 0.33% 0.77% -
HSV(B) 37.89º 0.18% 0.85% -
XYZ 57.48 60.05 50.68 -
YUV 203.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 216 202 178 0 0.06 0.18 0.15 37.89 0.33 0.77
Hex D8 CA B2 0 6 12 F 26 21 4D
Octal 330 312 262 0 6 22 17 46 41 115
Binary 11011000 11001010 10110010 0 110 10010 1111 100110 100001 1001101

Color Harmonies of #D8CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8CAB2

Black with #D8CAB2

Text Example


Text Example

White with #D8CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8CAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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