#DBA76A

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

Shades of Equator #DBA76A

Tints of Equator #DBA76A

Color information

#DBA76A (or 0xDBA76A) is unknown color: approx Equator. HEX triplet: DB, A7 and 6A. RGB value is (219,167,106). Sum of RGB (Red+Green+Blue) = 219+167+106=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 167 (65.62% from 255 or 33.94% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA76A is #245895. Grayscale: #AFAFAF. Windows color (decimal): -2381974 or 6989787. OLE color: 6989787.

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

Color convert

RGB219167106-
CMYK00.240.520.14
HSL32.39º61.08%63.73%-
HSV(B)32.39º51.6%85.88%-
XYZ45.6343.7419.67-
YUV175.5988.73158.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.51%
GREEN value IS 167 (65.62% from 255) = 33.94%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=44.51%
G=33.94%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916710600.240.520.1432.3961.0863.73
HexDBA76A01834E203d40
Octal33324715203064164075100
Binary1101101110100111110101001100011010011101000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA76A; }

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

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

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

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

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

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

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

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