Html Css Color HEX #DAB758 Equator

📋 copy color: '#DAB758'

red 218 ◦ green 183 ◦ blue 88

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

Shades of Equator #DAB758

Tints of Equator #DAB758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 18%

R = 44.58%
G = 37.42%
B = 18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB758 (or 0xDAB758) is known color: Equator. HEX triplet: DA, B7 and 58. RGB value is (218,183,88). Sum of RGB (Red+Green+Blue) = 218+183+88=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 88 (34.77% from 255 or 18.00% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB758 is #2548A7. Grayscale: #B7B7B7. Windows color (decimal): -2443432 or 5814234. OLE color: 5814234.

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

Color convert

RGB 218 183 88 -
CMYK 0 0.16 0.60 0.15
HSL 43.85º 0.64% 0.6% -
HSV(B) 43.85º 0.6% 0.85% -
XYZ 47.61 49.48 16.27 -
YUV 182.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 218 183 88 0 0.16 0.60 0.15 43.85 0.64 0.6
Hex DA B7 58 0 10 3C F 2C 40 3C
Octal 332 267 130 0 20 74 17 54 100 74
Binary 11011010 10110111 1011000 0 10000 111100 1111 101100 1000000 111100

Color Harmonies of #DAB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB758

Black with #DAB758

Text Example


Text Example

White with #DAB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB758; }

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

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

background-color css

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

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

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

border-color css

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

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

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