Html Css Color HEX #DAB55B Equator

📋 copy color: '#DAB55B'

red 218 ◦ green 181 ◦ blue 91

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

Shades of Equator #DAB55B

Tints of Equator #DAB55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.57%

R = 44.49%
G = 36.94%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#DAB55B (or 0xDAB55B) is known color: Equator. HEX triplet: DA, B5 and 5B. RGB value is (218,181,91). Sum of RGB (Red+Green+Blue) = 218+181+91=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 181 (71.09% from 255 or 36.94% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB55B is #254AA4. Grayscale: #B6B6B6. Windows color (decimal): -2443941 or 6010330. OLE color: 6010330.

HSL color Cylindrical-coordinate representation of color #DAB55B: hue angle of 42.52º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAB55B is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 181 91 -
CMYK 0 0.17 0.58 0.15
HSL 42.52º 0.63% 0.61% -
HSV(B) 42.52º 0.58% 0.85% -
XYZ 47.33 48.71 16.8 -
YUV 181.8 76.76 153.82 -
System Red Green Blue C M Y K H S L
Decimal 218 181 91 0 0.17 0.58 0.15 42.52 0.63 0.61
Hex DA B5 5B 0 11 3A F 2B 3F 3D
Octal 332 265 133 0 21 72 17 53 77 75
Binary 11011010 10110101 1011011 0 10001 111010 1111 101011 111111 111101

Color Harmonies of #DAB55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB55B

Black with #DAB55B

Text Example


Text Example

White with #DAB55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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