Html Css Color HEX #DAB760 Equator

📋 copy color: '#DAB760'

red 218 ◦ green 183 ◦ blue 96

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

Shades of Equator #DAB760

Tints of Equator #DAB760

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.82%

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

R = 43.86%
G = 36.82%
B = 19.32%

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

#DAB760 (or 0xDAB760) is known color: Equator. HEX triplet: DA, B7 and 60. RGB value is (218,183,96). Sum of RGB (Red+Green+Blue) = 218+183+96=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB760 is #25489F. Grayscale: #B7B7B7. Windows color (decimal): -2443424 or 6338522. OLE color: 6338522.

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

Color convert

RGB 218 183 96 -
CMYK 0 0.16 0.56 0.15
HSL 42.79º 0.62% 0.62% -
HSV(B) 42.79º 0.56% 0.85% -
XYZ 47.96 49.62 18.12 -
YUV 183.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 218 183 96 0 0.16 0.56 0.15 42.79 0.62 0.62
Hex DA B7 60 0 10 38 F 2B 3E 3E
Octal 332 267 140 0 20 70 17 53 76 76
Binary 11011010 10110111 1100000 0 10000 111000 1111 101011 111110 111110

Color Harmonies of #DAB760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB760

Black with #DAB760

Text Example


Text Example

White with #DAB760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB760; }

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

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

background-color css

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

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

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

border-color css

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

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

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