#DCBA62

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

Shades of Equator #DCBA62

Tints of Equator #DCBA62

Color information

#DCBA62 (or 0xDCBA62) is unknown color: approx Equator. HEX triplet: DC, BA and 62. RGB value is (220,186,98). Sum of RGB (Red+Green+Blue) = 220+186+98=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA62 is #23459D. Grayscale: #BABABA. Windows color (decimal): -2311582 or 6470364. OLE color: 6470364.

HSL color Cylindrical-coordinate representation of color #DCBA62: hue angle of 43.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCBA62 is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22018698-
CMYK00.150.550.14
HSL43.28º63.54%62.35%-
HSV(B)43.28º55.45%86.27%-
XYZ49.2851.2218.84-
YUV186.1378.26152.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 98 (38.67% from 255) = 19.44%
R=43.65%
G=36.90%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201869800.150.550.1443.2863.5462.35
HexDCBA620F37E2b403e
Octal33427214201767165310076
Binary110111001011101011000100111111011111101010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA62; }

 p { color: rgb(220,186,98); }

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

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

 a { background-color: rgb(220,186,98); }

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

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

 span { border-color: rgb(220,186,98); }

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