#DCD7BA

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

Shades of Coconut Cream #DCD7BA

Tints of Coconut Cream #DCD7BA

Color information

#DCD7BA (or 0xDCD7BA) is unknown color: approx Coconut Cream. HEX triplet: DC, D7 and BA. RGB value is (220,215,186). Sum of RGB (Red+Green+Blue) = 220+215+186=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD7BA is #232845. Grayscale: #D5D5D5. Windows color (decimal): -2304070 or 12244956. OLE color: 12244956.

HSL color Cylindrical-coordinate representation of color #DCD7BA: hue angle of 51.18º 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 #DCD7BA is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220215186-
CMYK00.020.150.14
HSL51.18º32.69%79.61%-
HSV(B)51.18º15.45%86.27%-
XYZ62.6867.3656.15-
YUV213.19112.66132.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.43%
GREEN value IS 215 (84.38% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=35.43%
G=34.62%
B=29.95%

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
Decimal22021518600.020.150.1451.1832.6979.61
HexDCD7BA02FE332150
Octal3343272720217166341120
Binary110111001101011110111010010111111101100111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD7BA; }

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

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

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

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

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

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

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

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