#D0C1B1

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

Shades of Stark White #D0C1B1

Tints of Stark White #D0C1B1

Color information

#D0C1B1 (or 0xD0C1B1) is unknown color: approx Stark White. HEX triplet: D0, C1 and B1. RGB value is (208,193,177). Sum of RGB (Red+Green+Blue) = 208+193+177=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 177 (69.53% from 255 or 30.62% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C1B1 is #2F3E4E. Grayscale: #C3C3C3. Windows color (decimal): -3096143 or 11649488. OLE color: 11649488.

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

Color convert

RGB208193177-
CMYK00.070.150.18
HSL30.97º24.8%75.49%-
HSV(B)30.97º14.9%81.57%-
XYZ53.0254.7249.36-
YUV195.66117.47136.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.99%
GREEN value IS 193 (75.78% from 255) = 33.39%
BLUE value IS 177 (69.53% from 255) = 30.62%
R=35.99%
G=33.39%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819317700.070.150.1830.9724.875.49
HexD0C1B107F121f194b
Octal3203012610717223731113
Binary110100001100000110110001011111111001011111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C1B1; }

 p { color: rgb(208,193,177); }

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

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

 a { background-color: rgb(208,193,177); }

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

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

 span { border-color: rgb(208,193,177); }

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