Html Css Color HEX #DAB259 Equator

📋 copy color: '#DAB259'

red 218 ◦ green 178 ◦ blue 89

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

Shades of Equator #DAB259

Tints of Equator #DAB259

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.7%

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

R = 44.95%
G = 36.7%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#DAB259 (or 0xDAB259) is known color: Equator. HEX triplet: DA, B2 and 59. RGB value is (218,178,89). Sum of RGB (Red+Green+Blue) = 218+178+89=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 178 (69.92% from 255 or 36.70% from 485); Blue value is 89 (35.16% from 255 or 18.35% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB259 is #254DA6. Grayscale: #B4B4B4. Windows color (decimal): -2444711 or 5878490. OLE color: 5878490.

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

Color convert

RGB 218 178 89 -
CMYK 0 0.18 0.59 0.15
HSL 41.4º 0.64% 0.6% -
HSV(B) 41.4º 0.59% 0.85% -
XYZ 46.64 47.47 16.16 -
YUV 179.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 218 178 89 0 0.18 0.59 0.15 41.4 0.64 0.6
Hex DA B2 59 0 12 3B F 29 40 3C
Octal 332 262 131 0 22 73 17 51 100 74
Binary 11011010 10110010 1011001 0 10010 111011 1111 101001 1000000 111100

Color Harmonies of #DAB259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB259

Black with #DAB259

Text Example


Text Example

White with #DAB259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB259; }

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

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

background-color css

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

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

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

border-color css

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

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

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