#DBA76C

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

Shades of Equator #DBA76C

Tints of Equator #DBA76C

Color information

#DBA76C (or 0xDBA76C) is unknown color: approx Equator. HEX triplet: DB, A7 and 6C. RGB value is (219,167,108). Sum of RGB (Red+Green+Blue) = 219+167+108=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76C is #245893. Grayscale: #B0B0B0. Windows color (decimal): -2381972 or 7120859. OLE color: 7120859.

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

Color convert

RGB219167108-
CMYK00.240.510.14
HSL31.89º60.66%64.12%-
HSV(B)31.89º50.68%85.88%-
XYZ45.7443.7820.23-
YUV175.8289.73158.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.33%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=44.33%
G=33.81%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916710800.240.510.1431.8960.6664.12
HexDBA76C01833E203d40
Octal33324715403063164075100
Binary1101101110100111110110001100011001111101000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA76C; }

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

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

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

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

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

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

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

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