#DFB290

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

Shades of Pancho #DFB290

Tints of Pancho #DFB290

Color information

#DFB290 (or 0xDFB290) is unknown color: approx Pancho. HEX triplet: DF, B2 and 90. RGB value is (223,178,144). Sum of RGB (Red+Green+Blue) = 223+178+144=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB290 is #204D6F. Grayscale: #BBBBBB. Windows color (decimal): -2116976 or 9482975. OLE color: 9482975.

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

Color convert

RGB223178144-
CMYK00.200.350.13
HSL25.82º55.24%71.96%-
HSV(B)25.82º35.43%87.45%-
XYZ51.3949.5433.24-
YUV187.58103.41153.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=40.92%
G=32.66%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317814400.200.350.1325.8255.2471.96
HexDFB29001423D1a3748
Octal33726222002443153267110
Binary1101111110110010100100000101001000111101110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB290; }

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

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

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

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

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

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

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

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