Html Css Color HEX #DAB35A Equator

📋 copy color: '#DAB35A'

red 218 ◦ green 179 ◦ blue 90

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

Shades of Equator #DAB35A

Tints of Equator #DAB35A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.76%

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

R = 44.76%
G = 36.76%
B = 18.48%

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

#DAB35A (or 0xDAB35A) is known color: Equator. HEX triplet: DA, B3 and 5A. RGB value is (218,179,90). Sum of RGB (Red+Green+Blue) = 218+179+90=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB35A is #254CA5. Grayscale: #B4B4B4. Windows color (decimal): -2444454 or 5944282. OLE color: 5944282.

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

Color convert

RGB 218 179 90 -
CMYK 0 0.18 0.59 0.15
HSL 41.72º 0.63% 0.6% -
HSV(B) 41.72º 0.59% 0.85% -
XYZ 46.88 47.88 16.44 -
YUV 180.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 218 179 90 0 0.18 0.59 0.15 41.72 0.63 0.6
Hex DA B3 5A 0 12 3B F 2A 3F 3C
Octal 332 263 132 0 22 73 17 52 77 74
Binary 11011010 10110011 1011010 0 10010 111011 1111 101010 111111 111100

Color Harmonies of #DAB35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB35A

Black with #DAB35A

Text Example


Text Example

White with #DAB35A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB35A; }

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

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

background-color css

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

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

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

border-color css

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

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

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