#DDBA65

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

Shades of Equator #DDBA65

Tints of Equator #DDBA65

Color information

#DDBA65 (or 0xDDBA65) is unknown color: approx Equator. HEX triplet: DD, BA and 65. RGB value is (221,186,101). Sum of RGB (Red+Green+Blue) = 221+186+101=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA65 is #22459A. Grayscale: #BBBBBB. Windows color (decimal): -2246043 or 6666973. OLE color: 6666973.

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

Color convert

RGB221186101-
CMYK00.160.540.13
HSL42.5º63.83%63.14%-
HSV(B)42.5º54.3%86.67%-
XYZ49.7351.4319.62-
YUV186.7779.6152.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.50%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 101 (39.84% from 255) = 19.88%
R=43.50%
G=36.61%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118610100.160.540.1342.563.8363.14
HexDDBA6501036D2a403f
Octal33527214502066155210077
Binary1101110110111010110010101000011011011011010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBA65; }

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

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

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

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

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

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

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

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