Html Css Color HEX #DAB463 Equator

📋 copy color: '#DAB463'

red 218 ◦ green 180 ◦ blue 99

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

Shades of Equator #DAB463

Tints of Equator #DAB463

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.22%

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

R = 43.86%
G = 36.22%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DAB463 (or 0xDAB463) is known color: Equator. HEX triplet: DA, B4 and 63. RGB value is (218,180,99). Sum of RGB (Red+Green+Blue) = 218+180+99=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 99 (39.06% from 255 or 19.92% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB463 is #254B9C. Grayscale: #B6B6B6. Windows color (decimal): -2444189 or 6534362. OLE color: 6534362.

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

Color convert

RGB 218 180 99 -
CMYK 0 0.17 0.55 0.15
HSL 40.84º 0.62% 0.62% -
HSV(B) 40.84º 0.55% 0.85% -
XYZ 47.49 48.45 18.65 -
YUV 182.13 81.09 153.59 -
System Red Green Blue C M Y K H S L
Decimal 218 180 99 0 0.17 0.55 0.15 40.84 0.62 0.62
Hex DA B4 63 0 11 37 F 29 3E 3E
Octal 332 264 143 0 21 67 17 51 76 76
Binary 11011010 10110100 1100011 0 10001 110111 1111 101001 111110 111110

Color Harmonies of #DAB463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB463

Black with #DAB463

Text Example


Text Example

White with #DAB463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB463; }

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

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

background-color css

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

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

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

border-color css

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

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

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