#DFC092

Color #DFC092 Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DFC092

Tints of Pancho #DFC092

Color information

#DFC092 (or 0xDFC092) is unknown color: approx Pancho. HEX triplet: DF, C0 and 92. RGB value is (223,192,146). Sum of RGB (Red+Green+Blue) = 223+192+146=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC092 is #203F6D. Grayscale: #C4C4C4. Windows color (decimal): -2113390 or 9617631. OLE color: 9617631.

HSL color Cylindrical-coordinate representation of color #DFC092: hue angle of 35.84º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DFC092 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB223192146-
CMYK00.140.350.13
HSL35.84º54.61%72.35%-
HSV(B)35.84º34.53%87.45%-
XYZ54.4755.4635.03-
YUV196.0299.77147.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.75%
GREEN value IS 192 (75.39% from 255) = 34.22%
BLUE value IS 146 (57.42% from 255) = 26.02%
R=39.75%
G=34.22%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319214600.140.350.1335.8454.6172.35
HexDFC0920E23D243748
Octal33730022201643154467110
Binary1101111111000000100100100111010001111011001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC092; }

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

 H1.HeaderClassName
 {
   color: #DFC092;
 }
 .AnyTagClassName
 {
   color: #DFC092;
 }
</style>
background-color css

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

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

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

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

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

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