Html Css Color HEX #DDC9A5 Raffia

📋 copy color: '#DDC9A5'

red 221 ◦ green 201 ◦ blue 165

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

Shades of Raffia #DDC9A5

Tints of Raffia #DDC9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 28.11%

R = 37.65%
G = 34.24%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DDC9A5 (or 0xDDC9A5) is known color: Raffia. HEX triplet: DD, C9 and A5. RGB value is (221,201,165). Sum of RGB (Red+Green+Blue) = 221+201+165=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 165 (64.84% from 255 or 28.11% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A5 is #22365A. Grayscale: #CBCBCB. Windows color (decimal): -2242139 or 10865117. OLE color: 10865117.

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

Color convert

RGB 221 201 165 -
CMYK 0 0.09 0.25 0.13
HSL 38.57º 0.45% 0.76% -
HSV(B) 38.57º 0.25% 0.87% -
XYZ 57.5 59.86 44.12 -
YUV 202.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 221 201 165 0 0.09 0.25 0.13 38.57 0.45 0.76
Hex DD C9 A5 0 9 19 D 27 2D 4C
Octal 335 311 245 0 11 31 15 47 55 114
Binary 11011101 11001001 10100101 0 1001 11001 1101 100111 101101 1001100

Color Harmonies of #DDC9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9A5

Black with #DDC9A5

Text Example


Text Example

White with #DDC9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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