Html Css Color HEX #DDC29C Raffia

📋 copy color: '#DDC29C'

red 221 ◦ green 194 ◦ blue 156

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

Shades of Raffia #DDC29C

Tints of Raffia #DDC29C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 33.98%

 BLUE value IS 156 (61.33% from 255) = 27.32%

R = 38.7%
G = 33.98%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC29C (or 0xDDC29C) is known color: Raffia. HEX triplet: DD, C2 and 9C. RGB value is (221,194,156). Sum of RGB (Red+Green+Blue) = 221+194+156=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29C is #223D63. Grayscale: #C5C5C5. Windows color (decimal): -2243940 or 10273501. OLE color: 10273501.

HSL color Cylindrical-coordinate representation of color #DDC29C: hue angle of 35.08º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDC29C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 194 156 -
CMYK 0 0.12 0.29 0.13
HSL 35.08º 0.49% 0.74% -
HSV(B) 35.08º 0.29% 0.87% -
XYZ 55.11 56.36 39.43 -
YUV 197.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 221 194 156 0 0.12 0.29 0.13 35.08 0.49 0.74
Hex DD C2 9C 0 C 1D D 23 31 4A
Octal 335 302 234 0 14 35 15 43 61 112
Binary 11011101 11000010 10011100 0 1100 11101 1101 100011 110001 1001010

Color Harmonies of #DDC29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC29C

Black with #DDC29C

Text Example


Text Example

White with #DDC29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC29C; }

 p { color: rgb(221,194,156); }

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

background-color css

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

 a { background-color: rgb(221,194,156); }

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

border-color css

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

 span { border-color: rgb(221,194,156); }

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