#DCCBB9

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

Shades of Stark White #DCCBB9

Tints of Stark White #DCCBB9

Color information

#DCCBB9 (or 0xDCCBB9) is unknown color: approx Stark White. HEX triplet: DC, CB and B9. RGB value is (220,203,185). Sum of RGB (Red+Green+Blue) = 220+203+185=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBB9 is #233446. Grayscale: #CECECE. Windows color (decimal): -2307143 or 12176348. OLE color: 12176348.

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

Color convert

RGB220203185-
CMYK00.080.160.14
HSL30.86º33.33%79.41%-
HSV(B)30.86º15.91%86.27%-
XYZ59.6361.4354.61-
YUV206.03116.13137.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.18%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 185 (72.66% from 255) = 30.43%
R=36.18%
G=33.39%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020318500.080.160.1430.8633.3379.41
HexDCCBB90810E1f214f
Octal33431327101020163741117
Binary11011100110010111011100101000100001110111111000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB9; }

 p { color: rgb(220,203,185); }

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

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

 a { background-color: rgb(220,203,185); }

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

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

 span { border-color: rgb(220,203,185); }

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