Html Css Color HEX #DDC9AA Raffia

📋 copy color: '#DDC9AA'

red 221 ◦ green 201 ◦ blue 170

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

Shades of Raffia #DDC9AA

Tints of Raffia #DDC9AA

RGB

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

 GREEN value IS 201 (78.91% from 255) = 33.95%

 BLUE value IS 170 (66.8% from 255) = 28.72%

R = 37.33%
G = 33.95%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC9AA (or 0xDDC9AA) is known color: Raffia. HEX triplet: DD, C9 and AA. RGB value is (221,201,170). Sum of RGB (Red+Green+Blue) = 221+201+170=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 201 (78.91% from 255 or 33.95% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9AA is #223655. Grayscale: #CBCBCB. Windows color (decimal): -2242134 or 11192797. OLE color: 11192797.

HSL color Cylindrical-coordinate representation of color #DDC9AA: hue angle of 36.47º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDC9AA is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 170 -
CMYK 0 0.09 0.23 0.13
HSL 36.47º 0.43% 0.77% -
HSV(B) 36.47º 0.23% 0.87% -
XYZ 57.96 60.05 46.57 -
YUV 203.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 221 201 170 0 0.09 0.23 0.13 36.47 0.43 0.77
Hex DD C9 AA 0 9 17 D 24 2B 4D
Octal 335 311 252 0 11 27 15 44 53 115
Binary 11011101 11001001 10101010 0 1001 10111 1101 100100 101011 1001101

Color Harmonies of #DDC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9AA

Black with #DDC9AA

Text Example


Text Example

White with #DDC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9AA; }

 p { color: rgb(221,201,170); }

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

background-color css

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

 a { background-color: rgb(221,201,170); }

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

border-color css

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

 span { border-color: rgb(221,201,170); }

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