Html Css Color HEX #DAB76D Equator

📋 copy color: '#DAB76D'

red 218 ◦ green 183 ◦ blue 109

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

Shades of Equator #DAB76D

Tints of Equator #DAB76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.37%

R = 42.75%
G = 35.88%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAB76D (or 0xDAB76D) is known color: Equator. HEX triplet: DA, B7 and 6D. RGB value is (218,183,109). Sum of RGB (Red+Green+Blue) = 218+183+109=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76D is #254892. Grayscale: #B9B9B9. Windows color (decimal): -2443411 or 7190490. OLE color: 7190490.

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

Color convert

RGB 218 183 109 -
CMYK 0 0.16 0.5 0.15
HSL 40.73º 0.6% 0.64% -
HSV(B) 40.73º 0.5% 0.85% -
XYZ 48.61 49.88 21.53 -
YUV 185.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 218 183 109 0 0.16 0.5 0.15 40.73 0.6 0.64
Hex DA B7 6D 0 10 32 F 29 3C 40
Octal 332 267 155 0 20 62 17 51 74 100
Binary 11011010 10110111 1101101 0 10000 110010 1111 101001 111100 1000000

Color Harmonies of #DAB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB76D

Black with #DAB76D

Text Example


Text Example

White with #DAB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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