Html Css Color HEX #DAB860 Equator

📋 copy color: '#DAB860'

red 218 ◦ green 184 ◦ blue 96

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

Shades of Equator #DAB860

Tints of Equator #DAB860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 43.78%
G = 36.95%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DAB860 (or 0xDAB860) is known color: Equator. HEX triplet: DA, B8 and 60. RGB value is (218,184,96). Sum of RGB (Red+Green+Blue) = 218+184+96=498 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.78% from 498); Green value is 184 (72.27% from 255 or 36.95% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB860 is #25479F. Grayscale: #B8B8B8. Windows color (decimal): -2443168 or 6338778. OLE color: 6338778.

HSL color Cylindrical-coordinate representation of color #DAB860: hue angle of 43.28º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAB860 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 96 -
CMYK 0 0.16 0.56 0.15
HSL 43.28º 0.62% 0.62% -
HSV(B) 43.28º 0.56% 0.85% -
XYZ 48.17 50.03 18.18 -
YUV 184.13 78.26 152.16 -
System Red Green Blue C M Y K H S L
Decimal 218 184 96 0 0.16 0.56 0.15 43.28 0.62 0.62
Hex DA B8 60 0 10 38 F 2B 3E 3E
Octal 332 270 140 0 20 70 17 53 76 76
Binary 11011010 10111000 1100000 0 10000 111000 1111 101011 111110 111110

Color Harmonies of #DAB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB860

Black with #DAB860

Text Example


Text Example

White with #DAB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB860; }

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

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

background-color css

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

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

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

border-color css

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

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

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