#DCCBB6

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

Shades of Stark White #DCCBB6

Tints of Stark White #DCCBB6

Color information

#DCCBB6 (or 0xDCCBB6) is unknown color: approx Stark White. HEX triplet: DC, CB and B6. RGB value is (220,203,182). Sum of RGB (Red+Green+Blue) = 220+203+182=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 203 (79.69% from 255 or 33.55% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBB6 is #233449. Grayscale: #CDCDCD. Windows color (decimal): -2307146 or 11979740. OLE color: 11979740.

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

Color convert

RGB220203182-
CMYK00.080.170.14
HSL33.16º35.19%78.82%-
HSV(B)33.16º17.27%86.27%-
XYZ59.3161.352.96-
YUV205.69114.63138.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 203 (79.69% from 255) = 33.55%
BLUE value IS 182 (71.48% from 255) = 30.08%
R=36.36%
G=33.55%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020318200.080.170.1433.1635.1978.82
HexDCCBB60811E21234f
Octal33431326601021164143117
Binary110111001100101110110110010001000111101000011000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBB6; }

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

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

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

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

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

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

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

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