#DDB790

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

Shades of Pancho #DDB790

Tints of Pancho #DDB790

Color information

#DDB790 (or 0xDDB790) is unknown color: approx Pancho. HEX triplet: DD, B7 and 90. RGB value is (221,183,144). Sum of RGB (Red+Green+Blue) = 221+183+144=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 183 (71.88% from 255 or 33.39% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB790 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB790 is #22486F. Grayscale: #BEBEBE. Windows color (decimal): -2246768 or 9484253. OLE color: 9484253.

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

Color convert

RGB221183144-
CMYK00.170.350.13
HSL30.39º53.1%71.57%-
HSV(B)30.39º34.84%86.67%-
XYZ51.7951.2533.55-
YUV189.92102.09150.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 183 (71.88% from 255) = 33.39%
BLUE value IS 144 (56.64% from 255) = 26.28%
R=40.33%
G=33.39%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118314400.170.350.1330.3953.171.57
HexDDB79001123D1e3548
Octal33526722002143153665110
Binary1101110110110111100100000100011000111101111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB790; }

 p { color: rgb(221,183,144); }

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

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

 a { background-color: rgb(221,183,144); }

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

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

 span { border-color: rgb(221,183,144); }

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