#DDB292

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

Shades of Pancho #DDB292

Tints of Pancho #DDB292

Color information

#DDB292 (or 0xDDB292) is unknown color: approx Pancho. HEX triplet: DD, B2 and 92. RGB value is (221,178,146). Sum of RGB (Red+Green+Blue) = 221+178+146=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 146 (57.42% from 255 or 26.79% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB292 is #224D6D. Grayscale: #BBBBBB. Windows color (decimal): -2248046 or 9614045. OLE color: 9614045.

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

Color convert

RGB221178146-
CMYK00.190.340.13
HSL25.6º52.45%71.96%-
HSV(B)25.6º33.94%86.67%-
XYZ50.9349.2934.02-
YUV187.21104.75152.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.55%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 146 (57.42% from 255) = 26.79%
R=40.55%
G=32.66%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117814600.190.340.1325.652.4571.96
HexDDB29201322D1a3448
Octal33526222202342153264110
Binary1101110110110010100100100100111000101101110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB292; }

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

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

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

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

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

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

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

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