#DDBF99

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

Shades of Pancho #DDBF99

Tints of Pancho #DDBF99

Color information

#DDBF99 (or 0xDDBF99) is unknown color: approx Pancho. HEX triplet: DD, BF and 99. RGB value is (221,191,153). Sum of RGB (Red+Green+Blue) = 221+191+153=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 191 (75% from 255 or 33.81% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF99 is #224066. Grayscale: #C3C3C3. Windows color (decimal): -2244711 or 10076125. OLE color: 10076125.

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

Color convert

RGB221191153-
CMYK00.140.310.13
HSL33.53º50%73.33%-
HSV(B)33.53º30.77%86.67%-
XYZ54.254.9337.88-
YUV195.64103.94146.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.12%
GREEN value IS 191 (75% from 255) = 33.81%
BLUE value IS 153 (60.16% from 255) = 27.08%
R=39.12%
G=33.81%
B=27.08%

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
Decimal22119115300.140.310.1333.535073.33
HexDDBF990E1FD223249
Octal33527723101637154262111
Binary110111011011111110011001011101111111011000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF99; }

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

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

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

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

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

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

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

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