Html Css Color HEX #DDC49D Raffia

📋 copy color: '#DDC49D'

red 221 ◦ green 196 ◦ blue 157

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

Shades of Raffia #DDC49D

Tints of Raffia #DDC49D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.35%

R = 38.5%
G = 34.15%
B = 27.35%

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

#DDC49D (or 0xDDC49D) is known color: Raffia. HEX triplet: DD, C4 and 9D. RGB value is (221,196,157). Sum of RGB (Red+Green+Blue) = 221+196+157=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC49D is #223B62. Grayscale: #C7C7C7. Windows color (decimal): -2243427 or 10339549. OLE color: 10339549.

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

Color convert

RGB 221 196 157 -
CMYK 0 0.11 0.29 0.13
HSL 36.56º 0.48% 0.74% -
HSV(B) 36.56º 0.29% 0.87% -
XYZ 55.64 57.29 40.02 -
YUV 199.03 104.28 143.67 -
System Red Green Blue C M Y K H S L
Decimal 221 196 157 0 0.11 0.29 0.13 36.56 0.48 0.74
Hex DD C4 9D 0 B 1D D 25 30 4A
Octal 335 304 235 0 13 35 15 45 60 112
Binary 11011101 11000100 10011101 0 1011 11101 1101 100101 110000 1001010

Color Harmonies of #DDC49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC49D

Black with #DDC49D

Text Example


Text Example

White with #DDC49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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