Html Css Color HEX #DDDAB4 Coconut Cream

📋 copy color: '#DDDAB4'

red 221 ◦ green 218 ◦ blue 180

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

Shades of Coconut Cream #DDDAB4

Tints of Coconut Cream #DDDAB4

RGB

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

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

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

R = 35.7%
G = 35.22%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDDAB4 (or 0xDDDAB4) is known color: Coconut Cream. HEX triplet: DD, DA and B4. RGB value is (221,218,180). Sum of RGB (Red+Green+Blue) = 221+218+180=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDAB4 is #22254B. Grayscale: #D6D6D6. Windows color (decimal): -2237772 or 11852509. OLE color: 11852509.

HSL color Cylindrical-coordinate representation of color #DDDAB4: hue angle of 55.61º 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 #DDDAB4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 218 180 -
CMYK 0 0.01 0.19 0.13
HSL 55.61º 0.38% 0.79% -
HSV(B) 55.61º 0.19% 0.87% -
XYZ 63.13 68.81 53.13 -
YUV 214.57 108.49 132.59 -
System Red Green Blue C M Y K H S L
Decimal 221 218 180 0 0.01 0.19 0.13 55.61 0.38 0.79
Hex DD DA B4 0 1 13 D 38 26 4F
Octal 335 332 264 0 1 23 15 70 46 117
Binary 11011101 11011010 10110100 0 1 10011 1101 111000 100110 1001111

Color Harmonies of #DDDAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDAB4

Black with #DDDAB4

Text Example


Text Example

White with #DDDAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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