Html Css Color HEX #D4CCB8 Aths Special

📋 copy color: '#D4CCB8'

red 212 ◦ green 204 ◦ blue 184

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

Shades of Aths Special #D4CCB8

Tints of Aths Special #D4CCB8

RGB

 RED value IS 212 (83.2% from 255) = 35.33%

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

 BLUE value IS 184 (72.27% from 255) = 30.67%

R = 35.33%
G = 34%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.17

RGB Variations

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

Color information

#D4CCB8 (or 0xD4CCB8) is known color: Aths Special. HEX triplet: D4, CC and B8. RGB value is (212,204,184). Sum of RGB (Red+Green+Blue) = 212+204+184=600 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.33% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CCB8 is #2B3347. Grayscale: #CCCCCC. Windows color (decimal): -2831176 or 12111060. OLE color: 12111060.

HSL color Cylindrical-coordinate representation of color #D4CCB8: hue angle of 42.86º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4CCB8 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 204 184 -
CMYK 0 0.04 0.13 0.17
HSL 42.86º 0.25% 0.78% -
HSV(B) 42.86º 0.13% 0.83% -
XYZ 57.4 60.64 54.03 -
YUV 204.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 212 204 184 0 0.04 0.13 0.17 42.86 0.25 0.78
Hex D4 CC B8 0 4 D 11 2B 19 4E
Octal 324 314 270 0 4 15 21 53 31 116
Binary 11010100 11001100 10111000 0 100 1101 10001 101011 11001 1001110

Color Harmonies of #D4CCB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4CCB8

Black with #D4CCB8

Text Example


Text Example

White with #D4CCB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4CCB8; }

 p { color: rgb(212,204,184); }

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

background-color css

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

 a { background-color: rgb(212,204,184); }

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

border-color css

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

 span { border-color: rgb(212,204,184); }

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