#DFC090

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

Shades of Pancho #DFC090

Tints of Pancho #DFC090

Color information

#DFC090 (or 0xDFC090) is unknown color: approx Pancho. HEX triplet: DF, C0 and 90. RGB value is (223,192,144). Sum of RGB (Red+Green+Blue) = 223+192+144=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC090 is #203F6F. Grayscale: #C4C4C4. Windows color (decimal): -2113392 or 9486559. OLE color: 9486559.

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

Color convert

RGB223192144-
CMYK00.140.350.13
HSL36.46º55.24%71.96%-
HSV(B)36.46º35.43%87.45%-
XYZ54.3255.434.22-
YUV195.898.77147.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.89%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=39.89%
G=34.35%
B=25.76%

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
Decimal22319214400.140.350.1336.4655.2471.96
HexDFC0900E23D243748
Octal33730022001643154467110
Binary1101111111000000100100000111010001111011001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC090; }

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

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

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

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

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

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

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

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