#DDBF93

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

Shades of Pancho #DDBF93

Tints of Pancho #DDBF93

Color information

#DDBF93 (or 0xDDBF93) is unknown color: approx Pancho. HEX triplet: DD, BF and 93. RGB value is (221,191,147). Sum of RGB (Red+Green+Blue) = 221+191+147=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF93 is #22406C. Grayscale: #C3C3C3. Windows color (decimal): -2244717 or 9682909. OLE color: 9682909.

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

Color convert

RGB221191147-
CMYK00.140.330.13
HSL35.68º52.11%72.16%-
HSV(B)35.68º33.48%86.67%-
XYZ53.7254.7435.34-
YUV194.95100.94146.58-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=39.53%
G=34.17%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119114700.140.330.1335.6852.1172.16
HexDDBF930E21D243448
Octal33527722301641154464110
Binary1101110110111111100100110111010000111011001001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF93; }

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

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

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

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

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

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

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

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