#DCD8BA

Color #DCD8BA Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DCD8BA

Tints of Coconut Cream #DCD8BA

Color information

#DCD8BA (or 0xDCD8BA) is unknown color: approx Coconut Cream. HEX triplet: DC, D8 and BA. RGB value is (220,216,186). Sum of RGB (Red+Green+Blue) = 220+216+186=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 216 (84.77% from 255 or 34.73% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8BA is #232745. Grayscale: #D5D5D5. Windows color (decimal): -2303814 or 12245212. OLE color: 12245212.

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

Color convert

RGB220216186-
CMYK00.020.150.14
HSL52.94º32.69%79.61%-
HSV(B)52.94º15.45%86.27%-
XYZ62.9367.8756.24-
YUV213.78112.33132.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 216 (84.77% from 255) = 34.73%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=35.37%
G=34.73%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021618600.020.150.1452.9432.6979.61
HexDCD8BA02FE352150
Octal3343302720217166541120
Binary110111001101100010111010010111111101101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8BA; }

 p { color: rgb(220,216,186); }

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

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

 a { background-color: rgb(220,216,186); }

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

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

 span { border-color: rgb(220,216,186); }

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