#DCD5B5

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

Shades of Coconut Cream #DCD5B5

Tints of Coconut Cream #DCD5B5

Color information

#DCD5B5 (or 0xDCD5B5) is unknown color: approx Coconut Cream. HEX triplet: DC, D5 and B5. RGB value is (220,213,181). Sum of RGB (Red+Green+Blue) = 220+213+181=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5B5 is #232A4A. Grayscale: #D3D3D3. Windows color (decimal): -2304587 or 11916764. OLE color: 11916764.

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

Color convert

RGB220213181-
CMYK00.030.180.14
HSL49.23º35.78%78.63%-
HSV(B)49.23º17.73%86.27%-
XYZ61.6566.1453.23-
YUV211.44110.82134.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=35.83%
G=34.69%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021318100.030.180.1449.2335.7878.63
HexDCD5B50312E31244f
Octal3343252650322166144117
Binary1101110011010101101101010111001011101100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5B5; }

 p { color: rgb(220,213,181); }

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

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

 a { background-color: rgb(220,213,181); }

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

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

 span { border-color: rgb(220,213,181); }

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