#DBD7BA

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

Shades of Coconut Cream #DBD7BA

Tints of Coconut Cream #DBD7BA

Color information

#DBD7BA (or 0xDBD7BA) is unknown color: approx Coconut Cream. HEX triplet: DB, D7 and BA. RGB value is (219,215,186). Sum of RGB (Red+Green+Blue) = 219+215+186=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 215 (84.38% from 255 or 34.68% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7BA is #242845. Grayscale: #D5D5D5. Windows color (decimal): -2369606 or 12244955. OLE color: 12244955.

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

Color convert

RGB219215186-
CMYK00.020.150.14
HSL52.73º31.43%79.41%-
HSV(B)52.73º15.07%85.88%-
XYZ62.3867.2156.14-
YUV212.89112.83132.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 215 (84.38% from 255) = 34.68%
BLUE value IS 186 (73.05% from 255) = 30%
R=35.32%
G=34.68%
B=30%

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
Decimal21921518600.020.150.1452.7331.4379.41
HexDBD7BA02FE351f4f
Octal3333272720217166537117
Binary11011011110101111011101001011111110110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD7BA; }

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

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

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

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

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

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

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

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