Html Css Color HEX #DDC3A1 Raffia

📋 copy color: '#DDC3A1'

red 221 ◦ green 195 ◦ blue 161

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

Shades of Raffia #DDC3A1

Tints of Raffia #DDC3A1

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.8%

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

R = 38.3%
G = 33.8%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DDC3A1 (or 0xDDC3A1) is known color: Raffia. HEX triplet: DD, C3 and A1. RGB value is (221,195,161). Sum of RGB (Red+Green+Blue) = 221+195+161=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 195 (76.56% from 255 or 33.80% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3A1 is #223C5E. Grayscale: #C7C7C7. Windows color (decimal): -2243679 or 10601437. OLE color: 10601437.

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

Color convert

RGB 221 195 161 -
CMYK 0 0.12 0.27 0.13
HSL 34º 0.47% 0.75% -
HSV(B) 34º 0.27% 0.87% -
XYZ 55.77 56.98 41.78 -
YUV 198.9 106.61 143.76 -
System Red Green Blue C M Y K H S L
Decimal 221 195 161 0 0.12 0.27 0.13 34 0.47 0.75
Hex DD C3 A1 0 C 1B D 22 2F 4B
Octal 335 303 241 0 14 33 15 42 57 113
Binary 11011101 11000011 10100001 0 1100 11011 1101 100010 101111 1001011

Color Harmonies of #DDC3A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC3A1

Black with #DDC3A1

Text Example


Text Example

White with #DDC3A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC3A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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