Html Css Color HEX #DAB85E Equator

📋 copy color: '#DAB85E'

red 218 ◦ green 184 ◦ blue 94

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

Shades of Equator #DAB85E

Tints of Equator #DAB85E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.1%

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

R = 43.95%
G = 37.1%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#DAB85E (or 0xDAB85E) is known color: Equator. HEX triplet: DA, B8 and 5E. RGB value is (218,184,94). Sum of RGB (Red+Green+Blue) = 218+184+94=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB85E is #2547A1. Grayscale: #B8B8B8. Windows color (decimal): -2443170 or 6207706. OLE color: 6207706.

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

Color convert

RGB 218 184 94 -
CMYK 0 0.16 0.57 0.15
HSL 43.55º 0.63% 0.61% -
HSV(B) 43.55º 0.57% 0.85% -
XYZ 48.07 49.99 17.71 -
YUV 183.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 218 184 94 0 0.16 0.57 0.15 43.55 0.63 0.61
Hex DA B8 5E 0 10 39 F 2C 3F 3D
Octal 332 270 136 0 20 71 17 54 77 75
Binary 11011010 10111000 1011110 0 10000 111001 1111 101100 111111 111101

Color Harmonies of #DAB85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB85E

Black with #DAB85E

Text Example


Text Example

White with #DAB85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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