Html Css Color HEX #DFC9AA Raffia

📋 copy color: '#DFC9AA'

red 223 ◦ green 201 ◦ blue 170

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

Shades of Raffia #DFC9AA

Tints of Raffia #DFC9AA

RGB

 RED value IS 223 (87.5% from 255) = 37.54%

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

 BLUE value IS 170 (66.8% from 255) = 28.62%

R = 37.54%
G = 33.84%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DFC9AA (or 0xDFC9AA) is known color: Raffia. HEX triplet: DF, C9 and AA. RGB value is (223,201,170). Sum of RGB (Red+Green+Blue) = 223+201+170=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 170 (66.80% from 255 or 28.62% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AA is #203655. Grayscale: #CCCCCC. Windows color (decimal): -2111062 or 11192799. OLE color: 11192799.

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

Color convert

RGB 223 201 170 -
CMYK 0 0.10 0.24 0.13
HSL 35.09º 0.45% 0.77% -
HSV(B) 35.09º 0.24% 0.87% -
XYZ 58.57 60.36 46.59 -
YUV 204.04 108.79 141.52 -
System Red Green Blue C M Y K H S L
Decimal 223 201 170 0 0.10 0.24 0.13 35.09 0.45 0.77
Hex DF C9 AA 0 A 18 D 23 2D 4D
Octal 337 311 252 0 12 30 15 43 55 115
Binary 11011111 11001001 10101010 0 1010 11000 1101 100011 101101 1001101

Color Harmonies of #DFC9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9AA

Black with #DFC9AA

Text Example


Text Example

White with #DFC9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9AA; }

 p { color: rgb(223,201,170); }

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

background-color css

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

 a { background-color: rgb(223,201,170); }

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

border-color css

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

 span { border-color: rgb(223,201,170); }

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