Html Css Color HEX #DDC9A1 Raffia

📋 copy color: '#DDC9A1'

red 221 ◦ green 201 ◦ blue 161

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

Shades of Raffia #DDC9A1

Tints of Raffia #DDC9A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 27.62%

R = 37.91%
G = 34.48%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDC9A1 (or 0xDDC9A1) is known color: Raffia. HEX triplet: DD, C9 and A1. RGB value is (221,201,161). Sum of RGB (Red+Green+Blue) = 221+201+161=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A1 is #22365E. Grayscale: #CACACA. Windows color (decimal): -2242143 or 10602973. OLE color: 10602973.

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

Color convert

RGB 221 201 161 -
CMYK 0 0.09 0.27 0.13
HSL 40º 0.47% 0.75% -
HSV(B) 40º 0.27% 0.87% -
XYZ 57.14 59.72 42.23 -
YUV 202.42 104.63 141.25 -
System Red Green Blue C M Y K H S L
Decimal 221 201 161 0 0.09 0.27 0.13 40 0.47 0.75
Hex DD C9 A1 0 9 1B D 28 2F 4B
Octal 335 311 241 0 11 33 15 50 57 113
Binary 11011101 11001001 10100001 0 1001 11011 1101 101000 101111 1001011

Color Harmonies of #DDC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9A1

Black with #DDC9A1

Text Example


Text Example

White with #DDC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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