Html Css Color HEX #DAB76C Equator

📋 copy color: '#DAB76C'

red 218 ◦ green 183 ◦ blue 108

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

Shades of Equator #DAB76C

Tints of Equator #DAB76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 42.83%
G = 35.95%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DAB76C (or 0xDAB76C) is known color: Equator. HEX triplet: DA, B7 and 6C. RGB value is (218,183,108). Sum of RGB (Red+Green+Blue) = 218+183+108=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 183 (71.88% from 255 or 35.95% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB76C is #254893. Grayscale: #B9B9B9. Windows color (decimal): -2443412 or 7124954. OLE color: 7124954.

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

Color convert

RGB 218 183 108 -
CMYK 0 0.16 0.50 0.15
HSL 40.91º 0.6% 0.64% -
HSV(B) 40.91º 0.5% 0.85% -
XYZ 48.55 49.86 21.25 -
YUV 184.92 84.6 151.6 -
System Red Green Blue C M Y K H S L
Decimal 218 183 108 0 0.16 0.50 0.15 40.91 0.6 0.64
Hex DA B7 6C 0 10 32 F 29 3C 40
Octal 332 267 154 0 20 62 17 51 74 100
Binary 11011010 10110111 1101100 0 10000 110010 1111 101001 111100 1000000

Color Harmonies of #DAB76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB76C

Black with #DAB76C

Text Example


Text Example

White with #DAB76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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