#DBD6B9

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

Shades of Coconut Cream #DBD6B9

Tints of Coconut Cream #DBD6B9

Color information

#DBD6B9 (or 0xDBD6B9) is unknown color: approx Coconut Cream. HEX triplet: DB, D6 and B9. RGB value is (219,214,185). Sum of RGB (Red+Green+Blue) = 219+214+185=618 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.44% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 185 (72.66% from 255 or 29.94% from 618); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD6B9 is #242946. Grayscale: #D4D4D4. Windows color (decimal): -2369863 or 12179163. OLE color: 12179163.

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

Color convert

RGB219214185-
CMYK00.020.160.14
HSL51.18º32.08%79.22%-
HSV(B)51.18º15.53%85.88%-
XYZ62.0266.6655.5-
YUV212.19112.66132.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.44%
GREEN value IS 214 (83.98% from 255) = 34.63%
BLUE value IS 185 (72.66% from 255) = 29.94%
R=35.44%
G=34.63%
B=29.94%

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
Decimal21921418500.020.160.1451.1832.0879.22
HexDBD6B90210E33204f
Octal3333262710220166340117
Binary1101101111010110101110010101000011101100111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD6B9; }

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

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

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

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

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

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

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

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