Html Css Color HEX #DBD7BA Coconut Cream

📋 copy color: '#DBD7BA'

red 219 ◦ green 215 ◦ blue 186

#DBD7BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coconut Cream #DBD7BA

Tints of Coconut Cream #DBD7BA

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 value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBD7BA (or 0xDBD7BA) is known color: 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

RGB 219 215 186 -
CMYK 0 0.02 0.15 0.14
HSL 52.73º 0.31% 0.79% -
HSV(B) 52.73º 0.15% 0.86% -
XYZ 62.38 67.21 56.14 -
YUV 212.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 219 215 186 0 0.02 0.15 0.14 52.73 0.31 0.79
Hex DB D7 BA 0 2 F E 35 1F 4F
Octal 333 327 272 0 2 17 16 65 37 117
Binary 11011011 11010111 10111010 0 10 1111 1110 110101 11111 1001111

Color Harmonies of #DBD7BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBD7BA

Black with #DBD7BA

Text Example


Text Example

White with #DBD7BA

Text Example


Text Example

HTML Codes & Css Web 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>