#DBD7B9

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

Shades of Coconut Cream #DBD7B9

Tints of Coconut Cream #DBD7B9

Color information

#DBD7B9 (or 0xDBD7B9) is unknown color: approx Coconut Cream. HEX triplet: DB, D7 and B9. RGB value is (219,215,185). Sum of RGB (Red+Green+Blue) = 219+215+185=619 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.38% from 619); Green value is 215 (84.38% from 255 or 34.73% from 619); Blue value is 185 (72.66% from 255 or 29.89% from 619); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7B9 is #242846. Grayscale: #D4D4D4. Windows color (decimal): -2369607 or 12179419. OLE color: 12179419.

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

Color convert

RGB219215185-
CMYK00.020.160.14
HSL52.94º32.08%79.22%-
HSV(B)52.94º15.53%85.88%-
XYZ62.2767.1655.58-
YUV212.78112.33132.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.38%
GREEN value IS 215 (84.38% from 255) = 34.73%
BLUE value IS 185 (72.66% from 255) = 29.89%
R=35.38%
G=34.73%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921518500.020.160.1452.9432.0879.22
HexDBD7B90210E35204f
Octal3333272710220166540117
Binary1101101111010111101110010101000011101101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7B9; }

 p { color: rgb(219,215,185); }

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

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

 a { background-color: rgb(219,215,185); }

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

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

 span { border-color: rgb(219,215,185); }

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