#DDB692

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

Shades of Pancho #DDB692

Tints of Pancho #DDB692

Color information

#DDB692 (or 0xDDB692) is unknown color: approx Pancho. HEX triplet: DD, B6 and 92. RGB value is (221,182,146). Sum of RGB (Red+Green+Blue) = 221+182+146=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB692 is #22496D. Grayscale: #BDBDBD. Windows color (decimal): -2247022 or 9615069. OLE color: 9615069.

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

Color convert

RGB221182146-
CMYK00.180.340.13
HSL28.8º52.45%71.96%-
HSV(B)28.8º33.94%86.67%-
XYZ51.7450.934.29-
YUV189.56103.42150.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=40.26%
G=33.15%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118214600.180.340.1328.852.4571.96
HexDDB69201222D1d3448
Octal33526622202242153564110
Binary1101110110110110100100100100101000101101111011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB692; }

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

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

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

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

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

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

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

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