Html Css Color HEX #DAB636 Metallic Gold

📋 copy color: '#DAB636'

red 218 ◦ green 182 ◦ blue 54

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

Shades of Metallic Gold #DAB636

Tints of Metallic Gold #DAB636

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.09%

 BLUE value IS 54 (21.48% from 255) = 11.89%

R = 48.02%
G = 40.09%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB636 (or 0xDAB636) is known color: Metallic Gold. HEX triplet: DA, B6 and 36. RGB value is (218,182,54). Sum of RGB (Red+Green+Blue) = 218+182+54=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 182 (71.48% from 255 or 40.09% from 454); Blue value is 54 (21.48% from 255 or 11.89% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB636 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB636 is #2549C9. Grayscale: #B2B2B2. Windows color (decimal): -2443722 or 3585754. OLE color: 3585754.

HSL color Cylindrical-coordinate representation of color #DAB636: hue angle of 46.83º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAB636 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 54 -
CMYK 0 0.17 0.75 0.15
HSL 46.83º 0.69% 0.53% -
HSV(B) 46.83º 0.75% 0.85% -
XYZ 46.31 48.63 10.44 -
YUV 178.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 218 182 54 0 0.17 0.75 0.15 46.83 0.69 0.53
Hex DA B6 36 0 11 4B F 2F 45 35
Octal 332 266 66 0 21 113 17 57 105 65
Binary 11011010 10110110 110110 0 10001 1001011 1111 101111 1000101 110101

Color Harmonies of #DAB636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB636

Black with #DAB636

Text Example


Text Example

White with #DAB636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB636; }

 p { color: rgb(218,182,54); }

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

background-color css

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

 a { background-color: rgb(218,182,54); }

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

border-color css

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

 span { border-color: rgb(218,182,54); }

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