#DCCBB8

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

Shades of Stark White #DCCBB8

Tints of Stark White #DCCBB8

Color information

#DCCBB8 (or 0xDCCBB8) is unknown color: approx Stark White. HEX triplet: DC, CB and B8. RGB value is (220,203,184). Sum of RGB (Red+Green+Blue) = 220+203+184=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 184 (72.27% from 255 or 30.31% from 607); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBB8 is #233447. Grayscale: #CECECE. Windows color (decimal): -2307144 or 12110812. OLE color: 12110812.

HSL color Cylindrical-coordinate representation of color #DCCBB8: hue angle of 31.67º degrees, saturation: 0.34, 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 #DCCBB8 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB220203184-
CMYK00.080.160.14
HSL31.67º33.96%79.22%-
HSV(B)31.67º16.36%86.27%-
XYZ59.5261.3954.06-
YUV205.92115.63138.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.24%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 184 (72.27% from 255) = 30.31%
R=36.24%
G=33.44%
B=30.31%

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
Decimal22020318400.080.160.1431.6733.9679.22
HexDCCBB80810E20224f
Octal33431327001020164042117
Binary110111001100101110111000010001000011101000001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB8; }

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

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

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

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

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

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

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

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