#DBB761

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

Shades of Equator #DBB761

Tints of Equator #DBB761

Color information

#DBB761 (or 0xDBB761) is unknown color: approx Equator. HEX triplet: DB, B7 and 61. RGB value is (219,183,97). Sum of RGB (Red+Green+Blue) = 219+183+97=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 97 (38.28% from 255 or 19.44% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB761 is #24489E. Grayscale: #B8B8B8. Windows color (decimal): -2377887 or 6404059. OLE color: 6404059.

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

Color convert

RGB21918397-
CMYK00.160.560.14
HSL42.3º62.89%61.96%-
HSV(B)42.3º55.71%85.88%-
XYZ48.349.7918.37-
YUV183.9678.93152.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.89%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 97 (38.28% from 255) = 19.44%
R=43.89%
G=36.67%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191839700.160.560.1442.362.8961.96
HexDBB76101038E2a3f3e
Octal3332671410207016527776
Binary110110111011011111000010100001110001110101010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB761; }

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

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

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

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

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

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

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

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