Html Css Color HEX #DFC9A1 Raffia

📋 copy color: '#DFC9A1'

red 223 ◦ green 201 ◦ blue 161

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

Shades of Raffia #DFC9A1

Tints of Raffia #DFC9A1

RGB

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

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

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

R = 38.12%
G = 34.36%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFC9A1 (or 0xDFC9A1) is known color: Raffia. HEX triplet: DF, C9 and A1. RGB value is (223,201,161). Sum of RGB (Red+Green+Blue) = 223+201+161=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9A1 is #20365E. Grayscale: #CBCBCB. Windows color (decimal): -2111071 or 10602975. OLE color: 10602975.

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

Color convert

RGB 223 201 161 -
CMYK 0 0.10 0.28 0.13
HSL 38.71º 0.49% 0.75% -
HSV(B) 38.71º 0.28% 0.87% -
XYZ 57.75 60.03 42.26 -
YUV 203.02 104.29 142.25 -
System Red Green Blue C M Y K H S L
Decimal 223 201 161 0 0.10 0.28 0.13 38.71 0.49 0.75
Hex DF C9 A1 0 A 1C D 27 31 4B
Octal 337 311 241 0 12 34 15 47 61 113
Binary 11011111 11001001 10100001 0 1010 11100 1101 100111 110001 1001011

Color Harmonies of #DFC9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC9A1

Black with #DFC9A1

Text Example


Text Example

White with #DFC9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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