Html Css Color HEX #DFC4A1 Raffia

📋 copy color: '#DFC4A1'

red 223 ◦ green 196 ◦ blue 161

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

Shades of Raffia #DFC4A1

Tints of Raffia #DFC4A1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.79%

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

R = 38.45%
G = 33.79%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DFC4A1 (or 0xDFC4A1) is known color: Raffia. HEX triplet: DF, C4 and A1. RGB value is (223,196,161). Sum of RGB (Red+Green+Blue) = 223+196+161=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 196 (76.95% from 255 or 33.79% from 580); Blue value is 161 (63.28% from 255 or 27.76% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4A1 is #203B5E. Grayscale: #C8C8C8. Windows color (decimal): -2112351 or 10601695. OLE color: 10601695.

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

Color convert

RGB 223 196 161 -
CMYK 0 0.12 0.28 0.13
HSL 33.87º 0.49% 0.75% -
HSV(B) 33.87º 0.28% 0.87% -
XYZ 56.6 57.74 41.88 -
YUV 200.08 105.95 144.35 -
System Red Green Blue C M Y K H S L
Decimal 223 196 161 0 0.12 0.28 0.13 33.87 0.49 0.75
Hex DF C4 A1 0 C 1C D 22 31 4B
Octal 337 304 241 0 14 34 15 42 61 113
Binary 11011111 11000100 10100001 0 1100 11100 1101 100010 110001 1001011

Color Harmonies of #DFC4A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC4A1

Black with #DFC4A1

Text Example


Text Example

White with #DFC4A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC4A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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