#DCD5B4

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

Shades of Coconut Cream #DCD5B4

Tints of Coconut Cream #DCD5B4

Color information

#DCD5B4 (or 0xDCD5B4) is unknown color: approx Coconut Cream. HEX triplet: DC, D5 and B4. RGB value is (220,213,180). Sum of RGB (Red+Green+Blue) = 220+213+180=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD5B4 is #232A4B. Grayscale: #D3D3D3. Windows color (decimal): -2304588 or 11851228. OLE color: 11851228.

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

Color convert

RGB220213180-
CMYK00.030.180.14
HSL49.5º36.36%78.43%-
HSV(B)49.5º18.18%86.27%-
XYZ61.5566.152.69-
YUV211.33110.32134.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.89%
GREEN value IS 213 (83.59% from 255) = 34.75%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=35.89%
G=34.75%
B=29.36%

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
Decimal22021318000.030.180.1449.536.3678.43
HexDCD5B40312E32244e
Octal3343252640322166244116
Binary1101110011010101101101000111001011101100101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD5B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD5B4; }

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

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

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

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

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

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

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

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