#DDB48F

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

Shades of Pancho #DDB48F

Tints of Pancho #DDB48F

Color information

#DDB48F (or 0xDDB48F) is unknown color: approx Pancho. HEX triplet: DD, B4 and 8F. RGB value is (221,180,143). Sum of RGB (Red+Green+Blue) = 221+180+143=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 143 (56.25% from 255 or 26.29% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB48F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB48F is #224B70. Grayscale: #BCBCBC. Windows color (decimal): -2247537 or 9417949. OLE color: 9417949.

HSL color Cylindrical-coordinate representation of color #DDB48F: hue angle of 28.46º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDB48F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221180143-
CMYK00.190.350.13
HSL28.46º53.42%71.37%-
HSV(B)28.46º35.29%86.67%-
XYZ51.15032.94-
YUV188.04102.58151.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 143 (56.25% from 255) = 26.29%
R=40.62%
G=33.09%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118014300.190.350.1328.4653.4271.37
HexDDB48F01323D1c3547
Octal33526421702343153465107
Binary1101110110110100100011110100111000111101111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB48F; }

 p { color: rgb(221,180,143); }

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

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

 a { background-color: rgb(221,180,143); }

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

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

 span { border-color: rgb(221,180,143); }

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