#DDB498

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

Shades of Pancho #DDB498

Tints of Pancho #DDB498

Color information

#DDB498 (or 0xDDB498) is unknown color: approx Pancho. HEX triplet: DD, B4 and 98. RGB value is (221,180,152). Sum of RGB (Red+Green+Blue) = 221+180+152=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 180 (70.70% from 255 or 32.55% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB498 is #224B67. Grayscale: #BDBDBD. Windows color (decimal): -2247528 or 10007773. OLE color: 10007773.

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

Color convert

RGB221180152-
CMYK00.190.310.13
HSL24.35º50.36%73.14%-
HSV(B)24.35º31.22%86.67%-
XYZ51.8150.2836.68-
YUV189.07107.08150.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 180 (70.70% from 255) = 32.55%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=39.96%
G=32.55%
B=27.49%

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
Decimal22118015200.190.310.1324.3550.3673.14
HexDDB4980131FD183249
Octal33526423002337153062111
Binary110111011011010010011000010011111111101110001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB498; }

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

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

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

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

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

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

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

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