#DFC09A

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

Shades of Pancho #DFC09A

Tints of Pancho #DFC09A

Color information

#DFC09A (or 0xDFC09A) is unknown color: approx Pancho. HEX triplet: DF, C0 and 9A. RGB value is (223,192,154). Sum of RGB (Red+Green+Blue) = 223+192+154=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC09A is #203F65. Grayscale: #C5C5C5. Windows color (decimal): -2113382 or 10141919. OLE color: 10141919.

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

Color convert

RGB223192154-
CMYK00.140.310.13
HSL33.04º51.88%73.92%-
HSV(B)33.04º30.94%87.45%-
XYZ55.1155.7238.42-
YUV196.94103.77146.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.19%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=39.19%
G=33.74%
B=27.07%

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
Decimal22319215400.140.310.1333.0451.8873.92
HexDFC09A0E1FD21344a
Octal33730023201637154164112
Binary110111111100000010011010011101111111011000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC09A; }

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

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

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

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

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

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

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

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