Html Css Color HEX #DDC29F Raffia

📋 copy color: '#DDC29F'

red 221 ◦ green 194 ◦ blue 159

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

Shades of Raffia #DDC29F

Tints of Raffia #DDC29F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.7%

R = 38.5%
G = 33.8%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC29F (or 0xDDC29F) is known color: Raffia. HEX triplet: DD, C2 and 9F. RGB value is (221,194,159). Sum of RGB (Red+Green+Blue) = 221+194+159=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 194 (76.17% from 255 or 33.80% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC29F is #223D60. Grayscale: #C6C6C6. Windows color (decimal): -2243937 or 10470109. OLE color: 10470109.

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

Color convert

RGB 221 194 159 -
CMYK 0 0.12 0.28 0.13
HSL 33.87º 0.48% 0.75% -
HSV(B) 33.87º 0.28% 0.87% -
XYZ 55.37 56.46 40.78 -
YUV 198.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 221 194 159 0 0.12 0.28 0.13 33.87 0.48 0.75
Hex DD C2 9F 0 C 1C D 22 30 4B
Octal 335 302 237 0 14 34 15 42 60 113
Binary 11011101 11000010 10011111 0 1100 11100 1101 100010 110000 1001011

Color Harmonies of #DDC29F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC29F

Black with #DDC29F

Text Example


Text Example

White with #DDC29F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC29F; }

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

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

background-color css

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

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

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

border-color css

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

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

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