#dcc9b5

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

Shades of Stark White #DCC9B5

Tints of Stark White #DCC9B5

Color information

#DCC9B5 (or 0xDCC9B5) is unknown color: approx Stark White. HEX triplet: DC, C9 and B5. RGB value is (220,201,181). Sum of RGB (Red+Green+Blue) = 220+201+181=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 201 (78.91% from 255 or 33.39% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9B5 is #23364A. Grayscale: #CCCCCC. Windows color (decimal): -2307659 or 11913692. OLE color: 11913692.

HSL color Cylindrical-coordinate representation of color #DCC9B5: hue angle of 30.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCC9B5 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220201181-
CMYK00.090.180.14
HSL30.77º35.78%78.63%-
HSV(B)30.77º17.73%86.27%-
XYZ58.7460.3352.26-
YUV204.4114.79139.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 201 (78.91% from 255) = 33.39%
BLUE value IS 181 (71.09% from 255) = 30.07%
R=36.54%
G=33.39%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020118100.090.180.1430.7735.7878.63
HexDCC9B50912E1f244f
Octal33431126501122163744117
Binary11011100110010011011010101001100101110111111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dcc9b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dcc9b5; }

 p { color: rgb(220,201,181); }

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

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

 a { background-color: rgb(220,201,181); }

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

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

 span { border-color: rgb(220,201,181); }

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