Html Css Color HEX #DFC295 Raffia

📋 copy color: '#DFC295'

red 223 ◦ green 194 ◦ blue 149

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

Shades of Raffia #DFC295

Tints of Raffia #DFC295

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.28%

 BLUE value IS 149 (58.59% from 255) = 26.33%

R = 39.4%
G = 34.28%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFC295 (or 0xDFC295) is known color: Raffia. HEX triplet: DF, C2 and 95. RGB value is (223,194,149). Sum of RGB (Red+Green+Blue) = 223+194+149=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC295 is #203D6A. Grayscale: #C5C5C5. Windows color (decimal): -2112875 or 9814751. OLE color: 9814751.

HSL color Cylindrical-coordinate representation of color #DFC295: hue angle of 36.49º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DFC295 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 194 149 -
CMYK 0 0.13 0.33 0.13
HSL 36.49º 0.54% 0.73% -
HSV(B) 36.49º 0.33% 0.87% -
XYZ 55.15 56.44 36.42 -
YUV 197.54 100.61 146.16 -
System Red Green Blue C M Y K H S L
Decimal 223 194 149 0 0.13 0.33 0.13 36.49 0.54 0.73
Hex DF C2 95 0 D 21 D 24 36 49
Octal 337 302 225 0 15 41 15 44 66 111
Binary 11011111 11000010 10010101 0 1101 100001 1101 100100 110110 1001001

Color Harmonies of #DFC295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC295

Black with #DFC295

Text Example


Text Example

White with #DFC295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC295; }

 p { color: rgb(223,194,149); }

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

background-color css

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

 a { background-color: rgb(223,194,149); }

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

border-color css

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

 span { border-color: rgb(223,194,149); }

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