Html Css Color HEX #DAB659 Equator

📋 copy color: '#DAB659'

red 218 ◦ green 182 ◦ blue 89

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

Shades of Equator #DAB659

Tints of Equator #DAB659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.22%

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

R = 44.58%
G = 37.22%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAB659 (or 0xDAB659) is known color: Equator. HEX triplet: DA, B6 and 59. RGB value is (218,182,89). Sum of RGB (Red+Green+Blue) = 218+182+89=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 89 (35.16% from 255 or 18.20% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB659 is #2549A6. Grayscale: #B6B6B6. Windows color (decimal): -2443687 or 5879514. OLE color: 5879514.

HSL color Cylindrical-coordinate representation of color #DAB659: hue angle of 43.26º 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 #DAB659 is Cyan = 0, Magento = 0.17, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 89 -
CMYK 0 0.17 0.59 0.15
HSL 43.26º 0.64% 0.6% -
HSV(B) 43.26º 0.59% 0.85% -
XYZ 47.44 49.08 16.42 -
YUV 182.16 75.43 153.56 -
System Red Green Blue C M Y K H S L
Decimal 218 182 89 0 0.17 0.59 0.15 43.26 0.64 0.6
Hex DA B6 59 0 11 3B F 2B 40 3C
Octal 332 266 131 0 21 73 17 53 100 74
Binary 11011010 10110110 1011001 0 10001 111011 1111 101011 1000000 111100

Color Harmonies of #DAB659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB659

Black with #DAB659

Text Example


Text Example

White with #DAB659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB659; }

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

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

background-color css

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

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

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

border-color css

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

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

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