Html Css Color HEX #DAB836 Metallic Gold

📋 copy color: '#DAB836'

red 218 ◦ green 184 ◦ blue 54

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

Shades of Metallic Gold #DAB836

Tints of Metallic Gold #DAB836

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.35%

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

R = 47.81%
G = 40.35%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAB836 (or 0xDAB836) is known color: Metallic Gold. HEX triplet: DA, B8 and 36. RGB value is (218,184,54). Sum of RGB (Red+Green+Blue) = 218+184+54=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB836 is #2547C9. Grayscale: #B3B3B3. Windows color (decimal): -2443210 or 3586266. OLE color: 3586266.

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

Color convert

RGB 218 184 54 -
CMYK 0 0.16 0.75 0.15
HSL 47.56º 0.69% 0.53% -
HSV(B) 47.56º 0.75% 0.85% -
XYZ 46.72 49.45 10.57 -
YUV 179.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 218 184 54 0 0.16 0.75 0.15 47.56 0.69 0.53
Hex DA B8 36 0 10 4B F 30 45 35
Octal 332 270 66 0 20 113 17 60 105 65
Binary 11011010 10111000 110110 0 10000 1001011 1111 110000 1000101 110101

Color Harmonies of #DAB836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB836

Black with #DAB836

Text Example


Text Example

White with #DAB836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB836; }

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

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

background-color css

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

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

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

border-color css

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

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

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