Html Css Color HEX #DAB363 Equator

📋 copy color: '#DAB363'

red 218 ◦ green 179 ◦ blue 99

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

Shades of Equator #DAB363

Tints of Equator #DAB363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.96%

R = 43.95%
G = 36.09%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB363 (or 0xDAB363) is known color: Equator. HEX triplet: DA, B3 and 63. RGB value is (218,179,99). Sum of RGB (Red+Green+Blue) = 218+179+99=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB363 is #254C9C. Grayscale: #B5B5B5. Windows color (decimal): -2444445 or 6534106. OLE color: 6534106.

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

Color convert

RGB 218 179 99 -
CMYK 0 0.18 0.55 0.15
HSL 40.34º 0.62% 0.62% -
HSV(B) 40.34º 0.55% 0.85% -
XYZ 47.29 48.05 18.59 -
YUV 181.54 81.42 154 -
System Red Green Blue C M Y K H S L
Decimal 218 179 99 0 0.18 0.55 0.15 40.34 0.62 0.62
Hex DA B3 63 0 12 37 F 28 3E 3E
Octal 332 263 143 0 22 67 17 50 76 76
Binary 11011010 10110011 1100011 0 10010 110111 1111 101000 111110 111110

Color Harmonies of #DAB363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB363

Black with #DAB363

Text Example


Text Example

White with #DAB363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB363; }

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

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

background-color css

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

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

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

border-color css

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

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

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