#DCB05B

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

Shades of Equator #DCB05B

Tints of Equator #DCB05B

Color information

#DCB05B (or 0xDCB05B) is unknown color: approx Equator. HEX triplet: DC, B0 and 5B. RGB value is (220,176,91). Sum of RGB (Red+Green+Blue) = 220+176+91=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DCB05B is #234FA4. Grayscale: #B3B3B3. Windows color (decimal): -2314149 or 6009052. OLE color: 6009052.

HSL color Cylindrical-coordinate representation of color #DCB05B: hue angle of 39.53º 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 #DCB05B is Cyan = 0, Magento = 0.2, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB22017691-
CMYK00.20.590.14
HSL39.53º64.82%60.98%-
HSV(B)39.53º58.64%86.27%-
XYZ46.9347.0216.5-
YUV179.4778.08156.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.17%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=45.17%
G=36.14%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2201769100.20.590.1439.5364.8260.98
HexDCB05B0143BE28413d
Octal33426013302473165010175
Binary1101110010110000101101101010011101111101010001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB05B; }

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

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

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

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

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

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

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

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