#DDBB63

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

Shades of Equator #DDBB63

Tints of Equator #DDBB63

Color information

#DDBB63 (or 0xDDBB63) is unknown color: approx Equator. HEX triplet: DD, BB and 63. RGB value is (221,187,99). Sum of RGB (Red+Green+Blue) = 221+187+99=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 99 (39.06% from 255 or 19.53% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB63 is #22449C. Grayscale: #BBBBBB. Windows color (decimal): -2245789 or 6536157. OLE color: 6536157.

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

Color convert

RGB22118799-
CMYK00.150.550.13
HSL43.28º64.21%62.75%-
HSV(B)43.28º55.2%86.67%-
XYZ49.8451.8119.18-
YUV187.1378.26152.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 99 (39.06% from 255) = 19.53%
R=43.59%
G=36.88%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211879900.150.550.1343.2864.2162.75
HexDDBB630F37D2b403f
Octal33527314301767155310077
Binary110111011011101111000110111111011111011010111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB63; }

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

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

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

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

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

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

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

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