Html Css Color HEX #DAB759 Equator

📋 copy color: '#DAB759'

red 218 ◦ green 183 ◦ blue 89

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

Shades of Equator #DAB759

Tints of Equator #DAB759

RGB

 RED value IS 218 (85.55% from 255) = 44.49%

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

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

R = 44.49%
G = 37.35%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAB759 (or 0xDAB759) is known color: Equator. HEX triplet: DA, B7 and 59. RGB value is (218,183,89). Sum of RGB (Red+Green+Blue) = 218+183+89=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 183 (71.88% from 255 or 37.35% from 490); Blue value is 89 (35.16% from 255 or 18.16% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB759 is #2548A6. Grayscale: #B7B7B7. Windows color (decimal): -2443431 or 5879770. OLE color: 5879770.

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

Color convert

RGB 218 183 89 -
CMYK 0 0.16 0.59 0.15
HSL 43.72º 0.64% 0.6% -
HSV(B) 43.72º 0.59% 0.85% -
XYZ 47.65 49.49 16.49 -
YUV 182.75 75.1 153.14 -
System Red Green Blue C M Y K H S L
Decimal 218 183 89 0 0.16 0.59 0.15 43.72 0.64 0.6
Hex DA B7 59 0 10 3B F 2C 40 3C
Octal 332 267 131 0 20 73 17 54 100 74
Binary 11011010 10110111 1011001 0 10000 111011 1111 101100 1000000 111100

Color Harmonies of #DAB759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB759

Black with #DAB759

Text Example


Text Example

White with #DAB759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB759; }

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

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

background-color css

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

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

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

border-color css

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

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

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