Html Css Color HEX #DAB364 Equator

📋 copy color: '#DAB364'

red 218 ◦ green 179 ◦ blue 100

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

Shades of Equator #DAB364

Tints of Equator #DAB364

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.02%

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

R = 43.86%
G = 36.02%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DAB364 (or 0xDAB364) is known color: Equator. HEX triplet: DA, B3 and 64. RGB value is (218,179,100). Sum of RGB (Red+Green+Blue) = 218+179+100=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 179 (70.31% from 255 or 36.02% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB364 is #254C9B. Grayscale: #B6B6B6. Windows color (decimal): -2444444 or 6599642. OLE color: 6599642.

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

Color convert

RGB 218 179 100 -
CMYK 0 0.18 0.54 0.15
HSL 40.17º 0.61% 0.62% -
HSV(B) 40.17º 0.54% 0.85% -
XYZ 47.33 48.07 18.84 -
YUV 181.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 218 179 100 0 0.18 0.54 0.15 40.17 0.61 0.62
Hex DA B3 64 0 12 36 F 28 3D 3E
Octal 332 263 144 0 22 66 17 50 75 76
Binary 11011010 10110011 1100100 0 10010 110110 1111 101000 111101 111110

Color Harmonies of #DAB364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB364

Black with #DAB364

Text Example


Text Example

White with #DAB364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB364; }

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

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

background-color css

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

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

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

border-color css

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

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

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