Html Css Color HEX #DBB759 Equator

📋 copy color: '#DBB759'

red 219 ◦ green 183 ◦ blue 89

#DBB759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DBB759

Tints of Equator #DBB759

RGB

 RED value IS 219 (85.94% from 255) = 44.6%

 GREEN value IS 183 (71.88% from 255) = 37.27%

 BLUE value IS 89 (35.16% from 255) = 18.13%

R = 44.6%
G = 37.27%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBB759 (or 0xDBB759) is known color: Equator. HEX triplet: DB, B7 and 59. RGB value is (219,183,89). Sum of RGB (Red+Green+Blue) = 219+183+89=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 89 (35.16% from 255 or 18.13% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB759 is #2448A6. Grayscale: #B7B7B7. Windows color (decimal): -2377895 or 5879771. OLE color: 5879771.

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

Color convert

RGB 219 183 89 -
CMYK 0 0.16 0.59 0.14
HSL 43.38º 0.64% 0.6% -
HSV(B) 43.38º 0.59% 0.86% -
XYZ 47.95 49.65 16.51 -
YUV 183.05 74.93 153.64 -
System Red Green Blue C M Y K H S L
Decimal 219 183 89 0 0.16 0.59 0.14 43.38 0.64 0.6
Hex DB B7 59 0 10 3B E 2B 40 3C
Octal 333 267 131 0 20 73 16 53 100 74
Binary 11011011 10110111 1011001 0 10000 111011 1110 101011 1000000 111100

Color Harmonies of #DBB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB759

Black with #DBB759

Text Example


Text Example

White with #DBB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB759; }

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

 H1.HeaderClassName
 {
   color: #DBB759;
 }
 .AnyTagClassName
 {
   color: #DBB759;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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