Html Css Color HEX #DDDAB8 Coconut Cream

📋 copy color: '#DDDAB8'

red 221 ◦ green 218 ◦ blue 184

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

Shades of Coconut Cream #DDDAB8

Tints of Coconut Cream #DDDAB8

RGB

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

 GREEN value IS 218 (85.55% from 255) = 34.99%

 BLUE value IS 184 (72.27% from 255) = 29.53%

R = 35.47%
G = 34.99%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#DDDAB8 (or 0xDDDAB8) is known color: Coconut Cream. HEX triplet: DD, DA and B8. RGB value is (221,218,184). Sum of RGB (Red+Green+Blue) = 221+218+184=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 218 (85.55% from 255 or 34.99% from 623); Blue value is 184 (72.27% from 255 or 29.53% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB8 is #222547. Grayscale: #D7D7D7. Windows color (decimal): -2237768 or 12114653. OLE color: 12114653.

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

Color convert

RGB 221 218 184 -
CMYK 0 0.01 0.17 0.13
HSL 55.14º 0.35% 0.79% -
HSV(B) 55.14º 0.17% 0.87% -
XYZ 63.54 68.98 55.31 -
YUV 215.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 221 218 184 0 0.01 0.17 0.13 55.14 0.35 0.79
Hex DD DA B8 0 1 11 D 37 23 4F
Octal 335 332 270 0 1 21 15 67 43 117
Binary 11011101 11011010 10111000 0 1 10001 1101 110111 100011 1001111

Color Harmonies of #DDDAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAB8

Black with #DDDAB8

Text Example


Text Example

White with #DDDAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAB8; }

 p { color: rgb(221,218,184); }

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

background-color css

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

 a { background-color: rgb(221,218,184); }

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

border-color css

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

 span { border-color: rgb(221,218,184); }

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