#DDBA5D

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

Shades of Equator #DDBA5D

Tints of Equator #DDBA5D

Color information

#DDBA5D (or 0xDDBA5D) is unknown color: approx Equator. HEX triplet: DD, BA and 5D. RGB value is (221,186,93). Sum of RGB (Red+Green+Blue) = 221+186+93=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA5D is #2245A2. Grayscale: #BABABA. Windows color (decimal): -2246051 or 6142685. OLE color: 6142685.

HSL color Cylindrical-coordinate representation of color #DDBA5D: hue angle of 43.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDBA5D is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22118693-
CMYK00.160.580.13
HSL43.59º65.31%61.57%-
HSV(B)43.59º57.92%86.67%-
XYZ49.3551.2817.65-
YUV185.8675.6153.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 186 (73.05% from 255) = 37.2%
BLUE value IS 93 (36.72% from 255) = 18.6%
R=44.2%
G=37.2%
B=18.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211869300.160.580.1343.5965.3161.57
HexDDBA5D0103AD2c413e
Octal33527213502072155410176
Binary1101110110111010101110101000011101011011011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA5D; }

 p { color: rgb(221,186,93); }

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

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

 a { background-color: rgb(221,186,93); }

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

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

 span { border-color: rgb(221,186,93); }

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