#DCC9B4

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

Shades of Stark White #DCC9B4

Tints of Stark White #DCC9B4

Color information

#DCC9B4 (or 0xDCC9B4) is unknown color: approx Stark White. HEX triplet: DC, C9 and B4. RGB value is (220,201,180). Sum of RGB (Red+Green+Blue) = 220+201+180=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9B4 is #23364B. Grayscale: #CCCCCC. Windows color (decimal): -2307660 or 11848156. OLE color: 11848156.

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

Color convert

RGB220201180-
CMYK00.090.180.14
HSL31.5º36.36%78.43%-
HSV(B)31.5º18.18%86.27%-
XYZ58.6460.2851.73-
YUV204.29114.29139.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=36.61%
G=33.44%
B=29.95%

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
Decimal22020118000.090.180.1431.536.3678.43
HexDCC9B40912E20244e
Octal33431126401122164044116
Binary110111001100100110110100010011001011101000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9B4; }

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

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

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

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

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

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

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

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