#DDB690

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

Shades of Pancho #DDB690

Tints of Pancho #DDB690

Color information

#DDB690 (or 0xDDB690) is unknown color: approx Pancho. HEX triplet: DD, B6 and 90. RGB value is (221,182,144). Sum of RGB (Red+Green+Blue) = 221+182+144=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 182 (71.48% from 255 or 33.27% from 547); Blue value is 144 (56.64% from 255 or 26.33% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB690 is #22496F. Grayscale: #BDBDBD. Windows color (decimal): -2247024 or 9483997. OLE color: 9483997.

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

Color convert

RGB221182144-
CMYK00.180.350.13
HSL29.61º53.1%71.57%-
HSV(B)29.61º34.84%86.67%-
XYZ51.5850.8433.48-
YUV189.33102.42150.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 182 (71.48% from 255) = 33.27%
BLUE value IS 144 (56.64% from 255) = 26.33%
R=40.40%
G=33.27%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118214400.180.350.1329.6153.171.57
HexDDB69001223D1e3548
Octal33526622002243153665110
Binary1101110110110110100100000100101000111101111101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB690; }

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

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

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

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

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

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

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

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