#D4CAAE

Color #D4CAAE Aths Special (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aths Special #D4CAAE

Tints of Aths Special #D4CAAE

Color information

#D4CAAE (or 0xD4CAAE) is unknown color: approx Aths Special. HEX triplet: D4, CA and AE. RGB value is (212,202,174). Sum of RGB (Red+Green+Blue) = 212+202+174=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 202 (79.30% from 255 or 34.35% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CAAE is #2B3551. Grayscale: #C9C9C9. Windows color (decimal): -2831698 or 11455188. OLE color: 11455188.

HSL color Cylindrical-coordinate representation of color #D4CAAE: hue angle of 44.21º 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 #D4CAAE is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212202174-
CMYK00.050.180.17
HSL44.21º30.65%75.69%-
HSV(B)44.21º17.92%83.14%-
XYZ55.9159.2948.54-
YUV201.8112.31135.28-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 202 (79.30% from 255) = 34.35%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=36.05%
G=34.35%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220217400.050.180.1744.2130.6575.69
HexD4CAAE0512112c1f4c
Octal3243122560522215437114
Binary11010100110010101010111001011001010001101100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CAAE; }

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

 H1.HeaderClassName
 {
   color: #D4CAAE;
 }
 .AnyTagClassName
 {
   color: #D4CAAE;
 }
</style>
background-color css

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

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

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

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

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

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