Html Css Color HEX #DFC093 Pancho

📋 copy color: '#DFC093'

red 223 ◦ green 192 ◦ blue 147

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

Shades of Pancho #DFC093

Tints of Pancho #DFC093

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.16%

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

R = 39.68%
G = 34.16%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DFC093 (or 0xDFC093) is known color: Pancho. HEX triplet: DF, C0 and 93. RGB value is (223,192,147). Sum of RGB (Red+Green+Blue) = 223+192+147=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 147 (57.81% from 255 or 26.16% from 562); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC093 is #203F6C. Grayscale: #C4C4C4. Windows color (decimal): -2113389 or 9683167. OLE color: 9683167.

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

Color convert

RGB 223 192 147 -
CMYK 0 0.14 0.34 0.13
HSL 35.53º 0.54% 0.73% -
HSV(B) 35.53º 0.34% 0.87% -
XYZ 54.55 55.49 35.44 -
YUV 196.14 100.27 147.16 -
System Red Green Blue C M Y K H S L
Decimal 223 192 147 0 0.14 0.34 0.13 35.53 0.54 0.73
Hex DF C0 93 0 E 22 D 24 36 49
Octal 337 300 223 0 16 42 15 44 66 111
Binary 11011111 11000000 10010011 0 1110 100010 1101 100100 110110 1001001

Color Harmonies of #DFC093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC093

Black with #DFC093

Text Example


Text Example

White with #DFC093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC093; }

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

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

background-color css

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

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

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

border-color css

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

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

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