#DFC294

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

Shades of Pancho #DFC294

Tints of Pancho #DFC294

Color information

#DFC294 (or 0xDFC294) is unknown color: approx Pancho. HEX triplet: DF, C2 and 94. RGB value is (223,194,148). Sum of RGB (Red+Green+Blue) = 223+194+148=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 148 (58.20% from 255 or 26.19% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC294 is #203D6B. Grayscale: #C5C5C5. Windows color (decimal): -2112876 or 9749215. OLE color: 9749215.

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

Color convert

RGB223194148-
CMYK00.130.340.13
HSL36.8º53.96%72.75%-
HSV(B)36.8º33.63%87.45%-
XYZ55.0756.4136-
YUV197.43100.11146.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.47%
GREEN value IS 194 (76.17% from 255) = 34.34%
BLUE value IS 148 (58.20% from 255) = 26.19%
R=39.47%
G=34.34%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319414800.130.340.1336.853.9672.75
HexDFC2940D22D253649
Octal33730222401542154566111
Binary1101111111000010100101000110110001011011001011101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC294; }

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

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

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

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

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

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

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

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