Html Css Color HEX #DAB764 Equator

📋 copy color: '#DAB764'

red 218 ◦ green 183 ◦ blue 100

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

Shades of Equator #DAB764

Tints of Equator #DAB764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.96%

R = 43.51%
G = 36.53%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB764 (or 0xDAB764) is known color: Equator. HEX triplet: DA, B7 and 64. RGB value is (218,183,100). Sum of RGB (Red+Green+Blue) = 218+183+100=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 183 (71.88% from 255 or 36.53% from 501); Blue value is 100 (39.45% from 255 or 19.96% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB764 is #25489B. Grayscale: #B8B8B8. Windows color (decimal): -2443420 or 6600666. OLE color: 6600666.

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

Color convert

RGB 218 183 100 -
CMYK 0 0.16 0.54 0.15
HSL 42.2º 0.61% 0.62% -
HSV(B) 42.2º 0.54% 0.85% -
XYZ 48.15 49.69 19.11 -
YUV 184 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 218 183 100 0 0.16 0.54 0.15 42.2 0.61 0.62
Hex DA B7 64 0 10 36 F 2A 3D 3E
Octal 332 267 144 0 20 66 17 52 75 76
Binary 11011010 10110111 1100100 0 10000 110110 1111 101010 111101 111110

Color Harmonies of #DAB764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB764

Black with #DAB764

Text Example


Text Example

White with #DAB764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB764; }

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

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

background-color css

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

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

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

border-color css

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

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

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