Html Css Color HEX #D4C9AE Aths Special

📋 copy color: '#D4C9AE'

red 212 ◦ green 201 ◦ blue 174

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

Shades of Aths Special #D4C9AE

Tints of Aths Special #D4C9AE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 34.24%

 BLUE value IS 174 (68.36% from 255) = 29.64%

R = 36.12%
G = 34.24%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D4C9AE (or 0xD4C9AE) is known color: Aths Special. HEX triplet: D4, C9 and AE. RGB value is (212,201,174). Sum of RGB (Red+Green+Blue) = 212+201+174=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C9AE is #2B3651. Grayscale: #C9C9C9. Windows color (decimal): -2831954 or 11454932. OLE color: 11454932.

HSL color Cylindrical-coordinate representation of color #D4C9AE: hue angle of 42.63º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4C9AE is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 201 174 -
CMYK 0 0.05 0.18 0.17
HSL 42.63º 0.31% 0.76% -
HSV(B) 42.63º 0.18% 0.83% -
XYZ 55.68 58.83 48.46 -
YUV 201.21 112.64 135.7 -
System Red Green Blue C M Y K H S L
Decimal 212 201 174 0 0.05 0.18 0.17 42.63 0.31 0.76
Hex D4 C9 AE 0 5 12 11 2B 1F 4C
Octal 324 311 256 0 5 22 21 53 37 114
Binary 11010100 11001001 10101110 0 101 10010 10001 101011 11111 1001100

Color Harmonies of #D4C9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C9AE

Black with #D4C9AE

Text Example


Text Example

White with #D4C9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C9AE; }

 p { color: rgb(212,201,174); }

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

background-color css

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

 a { background-color: rgb(212,201,174); }

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

border-color css

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

 span { border-color: rgb(212,201,174); }

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