#D2C5B0

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

Shades of Stark White #D2C5B0

Tints of Stark White #D2C5B0

Color information

#D2C5B0 (or 0xD2C5B0) is unknown color: approx Stark White. HEX triplet: D2, C5 and B0. RGB value is (210,197,176). Sum of RGB (Red+Green+Blue) = 210+197+176=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 197 (77.34% from 255 or 33.79% from 583); Blue value is 176 (69.14% from 255 or 30.19% from 583); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C5B0 is #2D3A4F. Grayscale: #C6C6C6. Windows color (decimal): -2964048 or 11584978. OLE color: 11584978.

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

Color convert

RGB210197176-
CMYK00.060.160.18
HSL37.06º27.42%75.69%-
HSV(B)37.06º16.19%82.35%-
XYZ54.3856.7749.17-
YUV198.49115.31136.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.02%
GREEN value IS 197 (77.34% from 255) = 33.79%
BLUE value IS 176 (69.14% from 255) = 30.19%
R=36.02%
G=33.79%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21019717600.060.160.1837.0627.4275.69
HexD2C5B0061012251b4c
Octal3223052600620224533114
Binary11010010110001011011000001101000010010100101110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C5B0; }

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

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

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

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

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

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

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

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