#DCBF99

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

Shades of Pancho #DCBF99

Tints of Pancho #DCBF99

Color information

#DCBF99 (or 0xDCBF99) is unknown color: approx Pancho. HEX triplet: DC, BF and 99. RGB value is (220,191,153). Sum of RGB (Red+Green+Blue) = 220+191+153=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 191 (75% from 255 or 33.87% from 564); Blue value is 153 (60.16% from 255 or 27.13% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF99 is #234066. Grayscale: #C3C3C3. Windows color (decimal): -2310247 or 10076124. OLE color: 10076124.

HSL color Cylindrical-coordinate representation of color #DCBF99: hue angle of 34.03º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCBF99 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB220191153-
CMYK00.130.300.14
HSL34.03º48.91%73.14%-
HSV(B)34.03º30.45%86.27%-
XYZ53.954.7837.87-
YUV195.34104.11145.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.01%
GREEN value IS 191 (75% from 255) = 33.87%
BLUE value IS 153 (60.16% from 255) = 27.13%
R=39.01%
G=33.87%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019115300.130.300.1434.0348.9173.14
HexDCBF990D1EE223149
Octal33427723101536164261111
Binary110111001011111110011001011011111011101000101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF99; }

 p { color: rgb(220,191,153); }

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

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

 a { background-color: rgb(220,191,153); }

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

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

 span { border-color: rgb(220,191,153); }

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