Html Css Color HEX #DAB45E Equator

📋 copy color: '#DAB45E'

red 218 ◦ green 180 ◦ blue 94

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

Shades of Equator #DAB45E

Tints of Equator #DAB45E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.11%

R = 44.31%
G = 36.59%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB45E (or 0xDAB45E) is known color: Equator. HEX triplet: DA, B4 and 5E. RGB value is (218,180,94). Sum of RGB (Red+Green+Blue) = 218+180+94=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 180 (70.70% from 255 or 36.59% from 492); Blue value is 94 (37.11% from 255 or 19.11% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB45E is #254BA1. Grayscale: #B5B5B5. Windows color (decimal): -2444194 or 6206682. OLE color: 6206682.

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

Color convert

RGB 218 180 94 -
CMYK 0 0.17 0.57 0.15
HSL 41.61º 0.63% 0.61% -
HSV(B) 41.61º 0.57% 0.85% -
XYZ 47.26 48.36 17.43 -
YUV 181.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 218 180 94 0 0.17 0.57 0.15 41.61 0.63 0.61
Hex DA B4 5E 0 11 39 F 2A 3F 3D
Octal 332 264 136 0 21 71 17 52 77 75
Binary 11011010 10110100 1011110 0 10001 111001 1111 101010 111111 111101

Color Harmonies of #DAB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB45E

Black with #DAB45E

Text Example


Text Example

White with #DAB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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