Html Css Color HEX #DAB45A Equator

📋 copy color: '#DAB45A'

red 218 ◦ green 180 ◦ blue 90

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

Shades of Equator #DAB45A

Tints of Equator #DAB45A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 44.67%
G = 36.89%
B = 18.44%

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

#DAB45A (or 0xDAB45A) is known color: Equator. HEX triplet: DA, B4 and 5A. RGB value is (218,180,90). Sum of RGB (Red+Green+Blue) = 218+180+90=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 90 (35.55% from 255 or 18.44% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB45A is #254BA5. Grayscale: #B5B5B5. Windows color (decimal): -2444198 or 5944538. OLE color: 5944538.

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

Color convert

RGB 218 180 90 -
CMYK 0 0.17 0.59 0.15
HSL 42.19º 0.63% 0.6% -
HSV(B) 42.19º 0.59% 0.85% -
XYZ 47.08 48.29 16.51 -
YUV 181.1 76.59 154.32 -
System Red Green Blue C M Y K H S L
Decimal 218 180 90 0 0.17 0.59 0.15 42.19 0.63 0.6
Hex DA B4 5A 0 11 3B F 2A 3F 3C
Octal 332 264 132 0 21 73 17 52 77 74
Binary 11011010 10110100 1011010 0 10001 111011 1111 101010 111111 111100

Color Harmonies of #DAB45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB45A

Black with #DAB45A

Text Example


Text Example

White with #DAB45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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