#D2C5AE

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

Shades of Stark White #D2C5AE

Tints of Stark White #D2C5AE

Color information

#D2C5AE (or 0xD2C5AE) is unknown color: approx Stark White. HEX triplet: D2, C5 and AE. RGB value is (210,197,174). Sum of RGB (Red+Green+Blue) = 210+197+174=581 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.14% from 581); Green value is 197 (77.34% from 255 or 33.91% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5AE is #2D3A51. Grayscale: #C6C6C6. Windows color (decimal): -2964050 or 11453906. OLE color: 11453906.

HSL color Cylindrical-coordinate representation of color #D2C5AE: hue angle of 38.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2C5AE is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB210197174-
CMYK00.060.170.18
HSL38.33º28.57%75.29%-
HSV(B)38.33º17.14%82.35%-
XYZ54.1856.6948.13-
YUV198.26114.31136.37-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.14%
GREEN value IS 197 (77.34% from 255) = 33.91%
BLUE value IS 174 (68.36% from 255) = 29.95%
R=36.14%
G=33.91%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019717400.060.170.1838.3328.5775.29
HexD2C5AE061112261d4b
Octal3223052560621224635113
Binary11010010110001011010111001101000110010100110111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5AE; }

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

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

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

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

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

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

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

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