#DBB76C

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

Shades of Equator #DBB76C

Tints of Equator #DBB76C

Color information

#DBB76C (or 0xDBB76C) is unknown color: approx Equator. HEX triplet: DB, B7 and 6C. RGB value is (219,183,108). Sum of RGB (Red+Green+Blue) = 219+183+108=510 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.94% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 108 (42.58% from 255 or 21.18% from 510); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76C is #244893. Grayscale: #B9B9B9. Windows color (decimal): -2377876 or 7124955. OLE color: 7124955.

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

Color convert

RGB219183108-
CMYK00.160.510.14
HSL40.54º60.66%64.12%-
HSV(B)40.54º50.68%85.88%-
XYZ48.8550.0121.27-
YUV185.2184.43152.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.94%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 108 (42.58% from 255) = 21.18%
R=42.94%
G=35.88%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918310800.160.510.1440.5460.6664.12
HexDBB76C01033E293d40
Octal33326715402063165175100
Binary1101101110110111110110001000011001111101010011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB76C; }

 p { color: rgb(219,183,108); }

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

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

 a { background-color: rgb(219,183,108); }

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

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

 span { border-color: rgb(219,183,108); }

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