Html Css Color HEX #DFC49E Raffia

📋 copy color: '#DFC49E'

red 223 ◦ green 196 ◦ blue 158

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

Shades of Raffia #DFC49E

Tints of Raffia #DFC49E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.38%

R = 38.65%
G = 33.97%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DFC49E (or 0xDFC49E) is known color: Raffia. HEX triplet: DF, C4 and 9E. RGB value is (223,196,158). Sum of RGB (Red+Green+Blue) = 223+196+158=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 196 (76.95% from 255 or 33.97% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49E is #203B61. Grayscale: #C7C7C7. Windows color (decimal): -2112354 or 10405087. OLE color: 10405087.

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

Color convert

RGB 223 196 158 -
CMYK 0 0.12 0.29 0.13
HSL 35.08º 0.5% 0.75% -
HSV(B) 35.08º 0.29% 0.87% -
XYZ 56.34 57.64 40.5 -
YUV 199.74 104.45 144.59 -
System Red Green Blue C M Y K H S L
Decimal 223 196 158 0 0.12 0.29 0.13 35.08 0.5 0.75
Hex DF C4 9E 0 C 1D D 23 32 4B
Octal 337 304 236 0 14 35 15 43 62 113
Binary 11011111 11000100 10011110 0 1100 11101 1101 100011 110010 1001011

Color Harmonies of #DFC49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC49E

Black with #DFC49E

Text Example


Text Example

White with #DFC49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC49E; }

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

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

background-color css

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

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

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

border-color css

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

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

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