Html Css Color HEX #DAB436 Metallic Gold

📋 copy color: '#DAB436'

red 218 ◦ green 180 ◦ blue 54

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

Shades of Metallic Gold #DAB436

Tints of Metallic Gold #DAB436

RGB

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

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

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

R = 48.23%
G = 39.82%
B = 11.95%

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

#DAB436 (or 0xDAB436) is known color: Metallic Gold. HEX triplet: DA, B4 and 36. RGB value is (218,180,54). Sum of RGB (Red+Green+Blue) = 218+180+54=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 54 (21.48% from 255 or 11.95% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB436 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB436 is #254BC9. Grayscale: #B1B1B1. Windows color (decimal): -2444234 or 3585242. OLE color: 3585242.

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

Color convert

RGB 218 180 54 -
CMYK 0 0.17 0.75 0.15
HSL 46.1º 0.69% 0.53% -
HSV(B) 46.1º 0.75% 0.85% -
XYZ 45.9 47.81 10.3 -
YUV 177 58.59 157.25 -
System Red Green Blue C M Y K H S L
Decimal 218 180 54 0 0.17 0.75 0.15 46.1 0.69 0.53
Hex DA B4 36 0 11 4B F 2E 45 35
Octal 332 264 66 0 21 113 17 56 105 65
Binary 11011010 10110100 110110 0 10001 1001011 1111 101110 1000101 110101

Color Harmonies of #DAB436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB436

Black with #DAB436

Text Example


Text Example

White with #DAB436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB436; }

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

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

background-color css

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

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

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

border-color css

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

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

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