#D4C5AE

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

Shades of Stark White #D4C5AE

Tints of Stark White #D4C5AE

Color information

#D4C5AE (or 0xD4C5AE) is unknown color: approx Stark White. HEX triplet: D4, C5 and AE. RGB value is (212,197,174). Sum of RGB (Red+Green+Blue) = 212+197+174=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C5AE is #2B3A51. Grayscale: #C6C6C6. Windows color (decimal): -2832978 or 11453908. OLE color: 11453908.

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

Color convert

RGB212197174-
CMYK00.070.180.17
HSL36.32º30.65%75.69%-
HSV(B)36.32º17.92%83.14%-
XYZ54.7656.9948.16-
YUV198.86113.97137.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.36%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 174 (68.36% from 255) = 29.85%
R=36.36%
G=33.79%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219717400.070.180.1736.3230.6575.69
HexD4C5AE071211241f4c
Octal3243052560722214437114
Binary11010100110001011010111001111001010001100100111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C5AE; }

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

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

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

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

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

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

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

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