Html Css Color HEX #DAB55A Equator

📋 copy color: '#DAB55A'

red 218 ◦ green 181 ◦ blue 90

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

Shades of Equator #DAB55A

Tints of Equator #DAB55A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 90 (35.55% from 255) = 18.4%

R = 44.58%
G = 37.01%
B = 18.4%

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

#DAB55A (or 0xDAB55A) is known color: Equator. HEX triplet: DA, B5 and 5A. RGB value is (218,181,90). Sum of RGB (Red+Green+Blue) = 218+181+90=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 90 (35.55% from 255 or 18.40% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB55A is #254AA5. Grayscale: #B6B6B6. Windows color (decimal): -2443942 or 5944794. OLE color: 5944794.

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

Color convert

RGB 218 181 90 -
CMYK 0 0.17 0.59 0.15
HSL 42.66º 0.63% 0.6% -
HSV(B) 42.66º 0.59% 0.85% -
XYZ 47.28 48.69 16.58 -
YUV 181.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 218 181 90 0 0.17 0.59 0.15 42.66 0.63 0.6
Hex DA B5 5A 0 11 3B F 2B 3F 3C
Octal 332 265 132 0 21 73 17 53 77 74
Binary 11011010 10110101 1011010 0 10001 111011 1111 101011 111111 111100

Color Harmonies of #DAB55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB55A

Black with #DAB55A

Text Example


Text Example

White with #DAB55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB55A; }

 p { color: rgb(218,181,90); }

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

background-color css

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

 a { background-color: rgb(218,181,90); }

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

border-color css

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

 span { border-color: rgb(218,181,90); }

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