Html Css Color HEX #DAB558 Equator

📋 copy color: '#DAB558'

red 218 ◦ green 181 ◦ blue 88

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

Shades of Equator #DAB558

Tints of Equator #DAB558

RGB

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

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

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

R = 44.76%
G = 37.17%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#DAB558 (or 0xDAB558) is known color: Equator. HEX triplet: DA, B5 and 58. RGB value is (218,181,88). Sum of RGB (Red+Green+Blue) = 218+181+88=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB558 is #254AA7. Grayscale: #B5B5B5. Windows color (decimal): -2443944 or 5813722. OLE color: 5813722.

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

Color convert

RGB 218 181 88 -
CMYK 0 0.17 0.60 0.15
HSL 42.92º 0.64% 0.6% -
HSV(B) 42.92º 0.6% 0.85% -
XYZ 47.2 48.66 16.14 -
YUV 181.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 218 181 88 0 0.17 0.60 0.15 42.92 0.64 0.6
Hex DA B5 58 0 11 3C F 2B 40 3C
Octal 332 265 130 0 21 74 17 53 100 74
Binary 11011010 10110101 1011000 0 10001 111100 1111 101011 1000000 111100

Color Harmonies of #DAB558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB558

Black with #DAB558

Text Example


Text Example

White with #DAB558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB558; }

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

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

background-color css

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

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

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

border-color css

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

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

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