#DFC099

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

Shades of Pancho #DFC099

Tints of Pancho #DFC099

Color information

#DFC099 (or 0xDFC099) is unknown color: approx Pancho. HEX triplet: DF, C0 and 99. RGB value is (223,192,153). Sum of RGB (Red+Green+Blue) = 223+192+153=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 192 (75.39% from 255 or 33.80% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC099 is #203F66. Grayscale: #C5C5C5. Windows color (decimal): -2113383 or 10076383. OLE color: 10076383.

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

Color convert

RGB223192153-
CMYK00.140.310.13
HSL33.43º52.24%73.73%-
HSV(B)33.43º31.39%87.45%-
XYZ55.0355.6937.99-
YUV196.82103.27146.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.26%
GREEN value IS 192 (75.39% from 255) = 33.80%
BLUE value IS 153 (60.16% from 255) = 26.94%
R=39.26%
G=33.80%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319215300.140.310.1333.4352.2473.73
HexDFC0990E1FD21344a
Octal33730023101637154164112
Binary110111111100000010011001011101111111011000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC099; }

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

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

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

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

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

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

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

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