Html Css Color HEX #DDC9A7 Raffia

📋 copy color: '#DDC9A7'

red 221 ◦ green 201 ◦ blue 167

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

Shades of Raffia #DDC9A7

Tints of Raffia #DDC9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 28.35%

R = 37.52%
G = 34.13%
B = 28.35%

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

#DDC9A7 (or 0xDDC9A7) is known color: Raffia. HEX triplet: DD, C9 and A7. RGB value is (221,201,167). Sum of RGB (Red+Green+Blue) = 221+201+167=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC9A7 is #223658. Grayscale: #CBCBCB. Windows color (decimal): -2242137 or 10996189. OLE color: 10996189.

HSL color Cylindrical-coordinate representation of color #DDC9A7: hue angle of 37.78º degrees, saturation: 0.44, 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 #DDC9A7 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 201 167 -
CMYK 0 0.09 0.24 0.13
HSL 37.78º 0.44% 0.76% -
HSV(B) 37.78º 0.24% 0.87% -
XYZ 57.68 59.94 45.09 -
YUV 203.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 221 201 167 0 0.09 0.24 0.13 37.78 0.44 0.76
Hex DD C9 A7 0 9 18 D 26 2C 4C
Octal 335 311 247 0 11 30 15 46 54 114
Binary 11011101 11001001 10100111 0 1001 11000 1101 100110 101100 1001100

Color Harmonies of #DDC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC9A7

Black with #DDC9A7

Text Example


Text Example

White with #DDC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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