#DDBF96

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

Shades of Pancho #DDBF96

Tints of Pancho #DDBF96

Color information

#DDBF96 (or 0xDDBF96) is unknown color: approx Pancho. HEX triplet: DD, BF and 96. RGB value is (221,191,150). Sum of RGB (Red+Green+Blue) = 221+191+150=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF96 is #224069. Grayscale: #C3C3C3. Windows color (decimal): -2244714 or 9879517. OLE color: 9879517.

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

Color convert

RGB221191150-
CMYK00.140.320.13
HSL34.65º51.08%72.75%-
HSV(B)34.65º32.13%86.67%-
XYZ53.9554.8436.59-
YUV195.3102.44146.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=39.32%
G=33.99%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119115000.140.320.1334.6551.0872.75
HexDDBF960E20D233349
Octal33527722601640154363111
Binary1101110110111111100101100111010000011011000111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBF96; }

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

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

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

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

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

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

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

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