#DDB69B

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

Shades of Pancho #DDB69B

Tints of Pancho #DDB69B

Color information

#DDB69B (or 0xDDB69B) is unknown color: approx Pancho. HEX triplet: DD, B6 and 9B. RGB value is (221,182,155). Sum of RGB (Red+Green+Blue) = 221+182+155=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB69B is #224964. Grayscale: #BEBEBE. Windows color (decimal): -2247013 or 10204893. OLE color: 10204893.

HSL color Cylindrical-coordinate representation of color #DDB69B: hue angle of 24.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDB69B is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221182155-
CMYK00.180.300.13
HSL24.55º49.25%73.73%-
HSV(B)24.55º29.86%86.67%-
XYZ52.4651.1938.13-
YUV190.58107.92149.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.61%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 155 (60.94% from 255) = 27.78%
R=39.61%
G=32.62%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118215500.180.300.1324.5549.2573.73
HexDDB69B0121ED19314a
Octal33526623302236153161112
Binary110111011011011010011011010010111101101110011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB69B; }

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

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

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

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

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

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

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

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