Html Css Color HEX #DDC49E Raffia

📋 copy color: '#DDC49E'

red 221 ◦ green 196 ◦ blue 158

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

Shades of Raffia #DDC49E

Tints of Raffia #DDC49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.48%

R = 38.43%
G = 34.09%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DDC49E (or 0xDDC49E) is known color: Raffia. HEX triplet: DD, C4 and 9E. RGB value is (221,196,158). Sum of RGB (Red+Green+Blue) = 221+196+158=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49E is #223B61. Grayscale: #C7C7C7. Windows color (decimal): -2243426 or 10405085. OLE color: 10405085.

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

Color convert

RGB 221 196 158 -
CMYK 0 0.11 0.29 0.13
HSL 36.19º 0.48% 0.74% -
HSV(B) 36.19º 0.29% 0.87% -
XYZ 55.73 57.32 40.47 -
YUV 199.14 104.78 143.59 -
System Red Green Blue C M Y K H S L
Decimal 221 196 158 0 0.11 0.29 0.13 36.19 0.48 0.74
Hex DD C4 9E 0 B 1D D 24 30 4A
Octal 335 304 236 0 13 35 15 44 60 112
Binary 11011101 11000100 10011110 0 1011 11101 1101 100100 110000 1001010

Color Harmonies of #DDC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC49E

Black with #DDC49E

Text Example


Text Example

White with #DDC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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