Html Css Color HEX #DDC49F Raffia

📋 copy color: '#DDC49F'

red 221 ◦ green 196 ◦ blue 159

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

Shades of Raffia #DDC49F

Tints of Raffia #DDC49F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.03%

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

R = 38.37%
G = 34.03%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DDC49F (or 0xDDC49F) is known color: Raffia. HEX triplet: DD, C4 and 9F. RGB value is (221,196,159). Sum of RGB (Red+Green+Blue) = 221+196+159=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 196 (76.95% from 255 or 34.03% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49F is #223B60. Grayscale: #C7C7C7. Windows color (decimal): -2243425 or 10470621. OLE color: 10470621.

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

Color convert

RGB 221 196 159 -
CMYK 0 0.11 0.28 0.13
HSL 35.81º 0.48% 0.75% -
HSV(B) 35.81º 0.28% 0.87% -
XYZ 55.82 57.36 40.93 -
YUV 199.26 105.28 143.51 -
System Red Green Blue C M Y K H S L
Decimal 221 196 159 0 0.11 0.28 0.13 35.81 0.48 0.75
Hex DD C4 9F 0 B 1C D 24 30 4B
Octal 335 304 237 0 13 34 15 44 60 113
Binary 11011101 11000100 10011111 0 1011 11100 1101 100100 110000 1001011

Color Harmonies of #DDC49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC49F

Black with #DDC49F

Text Example


Text Example

White with #DDC49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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