#DDB163

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

Shades of Equator #DDB163

Tints of Equator #DDB163

Color information

#DDB163 (or 0xDDB163) is unknown color: approx Equator. HEX triplet: DD, B1 and 63. RGB value is (221,177,99). Sum of RGB (Red+Green+Blue) = 221+177+99=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 177 (69.53% from 255 or 35.61% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB163 is #224E9C. Grayscale: #B5B5B5. Windows color (decimal): -2248349 or 6533597. OLE color: 6533597.

HSL color Cylindrical-coordinate representation of color #DDB163: hue angle of 38.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDB163 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB22117799-
CMYK00.200.550.13
HSL38.36º64.21%62.75%-
HSV(B)38.36º55.2%86.67%-
XYZ47.7947.7218.5-
YUV181.2681.58156.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 177 (69.53% from 255) = 35.61%
BLUE value IS 99 (39.06% from 255) = 19.92%
R=44.47%
G=35.61%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211779900.200.550.1338.3664.2162.75
HexDDB16301437D26403f
Octal33526114302467154610077
Binary1101110110110001110001101010011011111011001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB163; }

 p { color: rgb(221,177,99); }

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

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

 a { background-color: rgb(221,177,99); }

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

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

 span { border-color: rgb(221,177,99); }

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