#DDBA5F

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

Shades of Equator #DDBA5F

Tints of Equator #DDBA5F

Color information

#DDBA5F (or 0xDDBA5F) is unknown color: approx Equator. HEX triplet: DD, BA and 5F. RGB value is (221,186,95). Sum of RGB (Red+Green+Blue) = 221+186+95=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA5F is #2245A0. Grayscale: #BABABA. Windows color (decimal): -2246049 or 6273757. OLE color: 6273757.

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

Color convert

RGB22118695-
CMYK00.160.570.13
HSL43.33º64.95%61.96%-
HSV(B)43.33º57.01%86.67%-
XYZ49.4451.3218.13-
YUV186.0976.6152.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 186 (73.05% from 255) = 37.05%
BLUE value IS 95 (37.5% from 255) = 18.92%
R=44.02%
G=37.05%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211869500.160.570.1343.3364.9561.96
HexDDBA5F01039D2b413e
Octal33527213702071155310176
Binary1101110110111010101111101000011100111011010111000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA5F; }

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

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

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

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

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

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

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

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