#DCB45B

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

Shades of Equator #DCB45B

Tints of Equator #DCB45B

Color information

#DCB45B (or 0xDCB45B) is unknown color: approx Equator. HEX triplet: DC, B4 and 5B. RGB value is (220,180,91). Sum of RGB (Red+Green+Blue) = 220+180+91=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB45B is #234BA4. Grayscale: #B6B6B6. Windows color (decimal): -2313125 or 6010076. OLE color: 6010076.

HSL color Cylindrical-coordinate representation of color #DCB45B: hue angle of 41.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DCB45B is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22018091-
CMYK00.180.590.14
HSL41.4º64.82%60.98%-
HSV(B)41.4º58.64%86.27%-
XYZ47.7248.6116.77-
YUV181.8176.75155.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.81%
GREEN value IS 180 (70.70% from 255) = 36.66%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=44.81%
G=36.66%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201809100.180.590.1441.464.8260.98
HexDCB45B0123BE29413d
Octal33426413302273165110175
Binary1101110010110100101101101001011101111101010011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB45B; }

 p { color: rgb(220,180,91); }

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

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

 a { background-color: rgb(220,180,91); }

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

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

 span { border-color: rgb(220,180,91); }

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