Html Css Color HEX #DFC095 Pancho

📋 copy color: '#DFC095'

red 223 ◦ green 192 ◦ blue 149

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

Shades of Pancho #DFC095

Tints of Pancho #DFC095

RGB

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

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

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

R = 39.54%
G = 34.04%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DFC095 (or 0xDFC095) is known color: Pancho. HEX triplet: DF, C0 and 95. RGB value is (223,192,149). Sum of RGB (Red+Green+Blue) = 223+192+149=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC095 is #203F6A. Grayscale: #C4C4C4. Windows color (decimal): -2113387 or 9814239. OLE color: 9814239.

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

Color convert

RGB 223 192 149 -
CMYK 0 0.14 0.33 0.13
HSL 34.86º 0.54% 0.73% -
HSV(B) 34.86º 0.33% 0.87% -
XYZ 54.71 55.56 36.27 -
YUV 196.37 101.27 147 -
System Red Green Blue C M Y K H S L
Decimal 223 192 149 0 0.14 0.33 0.13 34.86 0.54 0.73
Hex DF C0 95 0 E 21 D 23 36 49
Octal 337 300 225 0 16 41 15 43 66 111
Binary 11011111 11000000 10010101 0 1110 100001 1101 100011 110110 1001001

Color Harmonies of #DFC095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFC095

Black with #DFC095

Text Example


Text Example

White with #DFC095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFC095; }

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

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

background-color css

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

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

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

border-color css

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

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

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