#D4C4AE

Color #D4C4AE Stark White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stark White #D4C4AE

Tints of Stark White #D4C4AE

Color information

#D4C4AE (or 0xD4C4AE) is unknown color: approx Stark White. HEX triplet: D4, C4 and AE. RGB value is (212,196,174). Sum of RGB (Red+Green+Blue) = 212+196+174=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 196 (76.95% from 255 or 33.68% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C4AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C4AE is #2B3B51. Grayscale: #C6C6C6. Windows color (decimal): -2833234 or 11453652. OLE color: 11453652.

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

Color convert

RGB212196174-
CMYK00.080.180.17
HSL34.74º30.65%75.69%-
HSV(B)34.74º17.92%83.14%-
XYZ54.5356.5348.08-
YUV198.28114.3137.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.43%
GREEN value IS 196 (76.95% from 255) = 33.68%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=36.43%
G=33.68%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219617400.080.180.1734.7430.6575.69
HexD4C4AE081211231f4c
Octal32430425601022214337114
Binary110101001100010010101110010001001010001100011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C4AE; }

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

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

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

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

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

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

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

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