#DDB89D

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

Shades of Pancho #DDB89D

Tints of Pancho #DDB89D

Color information

#DDB89D (or 0xDDB89D) is unknown color: approx Pancho. HEX triplet: DD, B8 and 9D. RGB value is (221,184,157). Sum of RGB (Red+Green+Blue) = 221+184+157=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 184 (72.27% from 255 or 32.74% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB89D is #224762. Grayscale: #C0C0C0. Windows color (decimal): -2246499 or 10336477. OLE color: 10336477.

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

Color convert

RGB221184157-
CMYK00.170.290.13
HSL25.31º48.48%74.12%-
HSV(B)25.31º28.96%86.67%-
XYZ53.0552.0939.16-
YUV191.98108.26148.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.32%
GREEN value IS 184 (72.27% from 255) = 32.74%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=39.32%
G=32.74%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118415700.170.290.1325.3148.4874.12
HexDDB89D0111DD19304a
Octal33527023502135153160112
Binary110111011011100010011101010001111011101110011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB89D; }

 p { color: rgb(221,184,157); }

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

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

 a { background-color: rgb(221,184,157); }

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

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

 span { border-color: rgb(221,184,157); }

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