Html Css Color HEX #DDD5B4 Coconut Cream

📋 copy color: '#DDD5B4'

red 221 ◦ green 213 ◦ blue 180

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

Shades of Coconut Cream #DDD5B4

Tints of Coconut Cream #DDD5B4

RGB

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

 GREEN value IS 213 (83.59% from 255) = 34.69%

 BLUE value IS 180 (70.7% from 255) = 29.32%

R = 35.99%
G = 34.69%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDD5B4 (or 0xDDD5B4) is known color: Coconut Cream. HEX triplet: DD, D5 and B4. RGB value is (221,213,180). Sum of RGB (Red+Green+Blue) = 221+213+180=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD5B4 is #222A4B. Grayscale: #D3D3D3. Windows color (decimal): -2239052 or 11851229. OLE color: 11851229.

HSL color Cylindrical-coordinate representation of color #DDD5B4: hue angle of 48.29º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDD5B4 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 213 180 -
CMYK 0 0.04 0.19 0.13
HSL 48.29º 0.38% 0.79% -
HSV(B) 48.29º 0.19% 0.87% -
XYZ 61.85 66.26 52.71 -
YUV 211.63 110.15 134.68 -
System Red Green Blue C M Y K H S L
Decimal 221 213 180 0 0.04 0.19 0.13 48.29 0.38 0.79
Hex DD D5 B4 0 4 13 D 30 26 4F
Octal 335 325 264 0 4 23 15 60 46 117
Binary 11011101 11010101 10110100 0 100 10011 1101 110000 100110 1001111

Color Harmonies of #DDD5B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD5B4

Black with #DDD5B4

Text Example


Text Example

White with #DDD5B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD5B4; }

 p { color: rgb(221,213,180); }

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

background-color css

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

 a { background-color: rgb(221,213,180); }

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

border-color css

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

 span { border-color: rgb(221,213,180); }

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