Html Css Color HEX #DFC493 Raffia

📋 copy color: '#DFC493'

red 223 ◦ green 196 ◦ blue 147

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

Shades of Raffia #DFC493

Tints of Raffia #DFC493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 25.97%

R = 39.4%
G = 34.63%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFC493 (or 0xDFC493) is known color: Raffia. HEX triplet: DF, C4 and 93. RGB value is (223,196,147). Sum of RGB (Red+Green+Blue) = 223+196+147=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC493 is #203B6C. Grayscale: #C6C6C6. Windows color (decimal): -2112365 or 9684191. OLE color: 9684191.

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

Color convert

RGB 223 196 147 -
CMYK 0 0.12 0.34 0.13
HSL 38.68º 0.54% 0.73% -
HSV(B) 38.68º 0.34% 0.87% -
XYZ 55.44 57.27 35.74 -
YUV 198.49 98.95 145.48 -
System Red Green Blue C M Y K H S L
Decimal 223 196 147 0 0.12 0.34 0.13 38.68 0.54 0.73
Hex DF C4 93 0 C 22 D 27 36 49
Octal 337 304 223 0 14 42 15 47 66 111
Binary 11011111 11000100 10010011 0 1100 100010 1101 100111 110110 1001001

Color Harmonies of #DFC493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC493

Black with #DFC493

Text Example


Text Example

White with #DFC493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC493; }

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

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

background-color css

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

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

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

border-color css

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

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

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