#DDB499

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

Shades of Pancho #DDB499

Tints of Pancho #DDB499

Color information

#DDB499 (or 0xDDB499) is unknown color: approx Pancho. HEX triplet: DD, B4 and 99. RGB value is (221,180,153). Sum of RGB (Red+Green+Blue) = 221+180+153=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 153 (60.16% from 255 or 27.62% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB499 is #224B66. Grayscale: #BDBDBD. Windows color (decimal): -2247527 or 10073309. OLE color: 10073309.

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

Color convert

RGB221180153-
CMYK00.190.310.13
HSL23.82º50%73.33%-
HSV(B)23.82º30.77%86.67%-
XYZ51.8950.3137.11-
YUV189.18107.58150.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 180 (70.70% from 255) = 32.49%
BLUE value IS 153 (60.16% from 255) = 27.62%
R=39.89%
G=32.49%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118015300.190.310.1323.825073.33
HexDDB4990131FD183249
Octal33526423102337153062111
Binary110111011011010010011001010011111111101110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB499; }

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

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

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

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

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

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

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

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