Html Css Color HEX #DDD7B9 Coconut Cream

📋 copy color: '#DDD7B9'

red 221 ◦ green 215 ◦ blue 185

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

Shades of Coconut Cream #DDD7B9

Tints of Coconut Cream #DDD7B9

RGB

 RED value IS 221 (86.72% from 255) = 35.59%

 GREEN value IS 215 (84.38% from 255) = 34.62%

 BLUE value IS 185 (72.66% from 255) = 29.79%

R = 35.59%
G = 34.62%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DDD7B9 (or 0xDDD7B9) is known color: Coconut Cream. HEX triplet: DD, D7 and B9. RGB value is (221,215,185). Sum of RGB (Red+Green+Blue) = 221+215+185=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 215 (84.38% from 255 or 34.62% from 621); Blue value is 185 (72.66% from 255 or 29.79% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD7B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7B9 is #222846. Grayscale: #D5D5D5. Windows color (decimal): -2238535 or 12179421. OLE color: 12179421.

HSL color Cylindrical-coordinate representation of color #DDD7B9: hue angle of 50º degrees, saturation: 0.35, 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 #DDD7B9 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 215 185 -
CMYK 0 0.03 0.16 0.13
HSL 50º 0.35% 0.8% -
HSV(B) 50º 0.16% 0.87% -
XYZ 62.88 67.48 55.61 -
YUV 213.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 221 215 185 0 0.03 0.16 0.13 50 0.35 0.8
Hex DD D7 B9 0 3 10 D 32 23 50
Octal 335 327 271 0 3 20 15 62 43 120
Binary 11011101 11010111 10111001 0 11 10000 1101 110010 100011 1010000

Color Harmonies of #DDD7B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD7B9

Black with #DDD7B9

Text Example


Text Example

White with #DDD7B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD7B9; }

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

 H1.HeaderClassName
 {
   color: #DDD7B9;
 }
 .AnyTagClassName
 {
   color: #DDD7B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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