#DDD7BA

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

Shades of Coconut Cream #DDD7BA

Tints of Coconut Cream #DDD7BA

Color information

#DDD7BA (or 0xDDD7BA) is unknown color: approx Coconut Cream. HEX triplet: DD, D7 and BA. RGB value is (221,215,186). Sum of RGB (Red+Green+Blue) = 221+215+186=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 215 (84.38% from 255 or 34.57% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7BA is #222845. Grayscale: #D5D5D5. Windows color (decimal): -2238534 or 12244957. OLE color: 12244957.

HSL color Cylindrical-coordinate representation of color #DDD7BA: hue angle of 49.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD7BA is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221215186-
CMYK00.030.160.13
HSL49.71º33.98%79.8%-
HSV(B)49.71º15.84%86.67%-
XYZ62.9867.5256.17-
YUV213.49112.49133.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 215 (84.38% from 255) = 34.57%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=35.53%
G=34.57%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121518600.030.160.1349.7133.9879.8
HexDDD7BA0310D322250
Octal3353272720320156242120
Binary1101110111010111101110100111000011011100101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7BA; }

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

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

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

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

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

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

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

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