Html Css Color HEX #DDCAA9 Raffia

📋 copy color: '#DDCAA9'

red 221 ◦ green 202 ◦ blue 169

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

Shades of Raffia #DDCAA9

Tints of Raffia #DDCAA9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.12%

 BLUE value IS 169 (66.41% from 255) = 28.55%

R = 37.33%
G = 34.12%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDCAA9 (or 0xDDCAA9) is known color: Raffia. HEX triplet: DD, CA and A9. RGB value is (221,202,169). Sum of RGB (Red+Green+Blue) = 221+202+169=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 202 (79.30% from 255 or 34.12% from 592); Blue value is 169 (66.41% from 255 or 28.55% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCAA9 is #223556. Grayscale: #CCCCCC. Windows color (decimal): -2241879 or 11127517. OLE color: 11127517.

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

Color convert

RGB 221 202 169 -
CMYK 0 0.09 0.24 0.13
HSL 38.08º 0.43% 0.76% -
HSV(B) 38.08º 0.24% 0.87% -
XYZ 58.1 60.48 46.15 -
YUV 203.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 221 202 169 0 0.09 0.24 0.13 38.08 0.43 0.76
Hex DD CA A9 0 9 18 D 26 2B 4C
Octal 335 312 251 0 11 30 15 46 53 114
Binary 11011101 11001010 10101001 0 1001 11000 1101 100110 101011 1001100

Color Harmonies of #DDCAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAA9

Black with #DDCAA9

Text Example


Text Example

White with #DDCAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAA9; }

 p { color: rgb(221,202,169); }

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

background-color css

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

 a { background-color: rgb(221,202,169); }

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

border-color css

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

 span { border-color: rgb(221,202,169); }

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