#DDBB98

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

Shades of Pancho #DDBB98

Tints of Pancho #DDBB98

Color information

#DDBB98 (or 0xDDBB98) is unknown color: approx Pancho. HEX triplet: DD, BB and 98. RGB value is (221,187,152). Sum of RGB (Red+Green+Blue) = 221+187+152=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 187 (73.44% from 255 or 33.39% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB98 is #224467. Grayscale: #C1C1C1. Windows color (decimal): -2245736 or 10009565. OLE color: 10009565.

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

Color convert

RGB221187152-
CMYK00.150.310.13
HSL30.43º50.36%73.14%-
HSV(B)30.43º31.22%86.67%-
XYZ53.2653.1837.16-
YUV193.18104.76147.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.46%
GREEN value IS 187 (73.44% from 255) = 33.39%
BLUE value IS 152 (59.77% from 255) = 27.14%
R=39.46%
G=33.39%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118715200.150.310.1330.4350.3673.14
HexDDBB980F1FD1e3249
Octal33527323001737153662111
Binary11011101101110111001100001111111111101111101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB98; }

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

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

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

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

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

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

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

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