Html Css Color HEX #DFC394 Raffia

📋 copy color: '#DFC394'

red 223 ◦ green 195 ◦ blue 148

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

Shades of Raffia #DFC394

Tints of Raffia #DFC394

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.45%

 BLUE value IS 148 (58.2% from 255) = 26.15%

R = 39.4%
G = 34.45%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFC394 (or 0xDFC394) is known color: Raffia. HEX triplet: DF, C3 and 94. RGB value is (223,195,148). Sum of RGB (Red+Green+Blue) = 223+195+148=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC394 is #203C6B. Grayscale: #C6C6C6. Windows color (decimal): -2112620 or 9749471. OLE color: 9749471.

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

Color convert

RGB 223 195 148 -
CMYK 0 0.13 0.34 0.13
HSL 37.6º 0.54% 0.73% -
HSV(B) 37.6º 0.34% 0.87% -
XYZ 55.29 56.86 36.08 -
YUV 198.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 223 195 148 0 0.13 0.34 0.13 37.6 0.54 0.73
Hex DF C3 94 0 D 22 D 26 36 49
Octal 337 303 224 0 15 42 15 46 66 111
Binary 11011111 11000011 10010100 0 1101 100010 1101 100110 110110 1001001

Color Harmonies of #DFC394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC394

Black with #DFC394

Text Example


Text Example

White with #DFC394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC394; }

 p { color: rgb(223,195,148); }

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

background-color css

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

 a { background-color: rgb(223,195,148); }

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

border-color css

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

 span { border-color: rgb(223,195,148); }

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