Html Css Color HEX #D0AB3E Metallic Gold

📋 copy color: '#D0AB3E'

red 208 ◦ green 171 ◦ blue 62

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

Shades of Metallic Gold #D0AB3E

Tints of Metallic Gold #D0AB3E

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 62 (24.61% from 255) = 14.06%

R = 47.17%
G = 38.78%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0AB3E (or 0xD0AB3E) is known color: Metallic Gold. HEX triplet: D0, AB and 3E. RGB value is (208,171,62). Sum of RGB (Red+Green+Blue) = 208+171+62=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 62 (24.61% from 255 or 14.06% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB3E is #2F54C1. Grayscale: #AAAAAA. Windows color (decimal): -3101890 or 4107216. OLE color: 4107216.

HSL color Cylindrical-coordinate representation of color #D0AB3E: hue angle of 44.79º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0AB3E is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 62 -
CMYK 0 0.18 0.70 0.18
HSL 44.79º 0.61% 0.53% -
HSV(B) 44.79º 0.7% 0.82% -
XYZ 41.44 42.88 10.65 -
YUV 169.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 208 171 62 0 0.18 0.70 0.18 44.79 0.61 0.53
Hex D0 AB 3E 0 12 46 12 2D 3D 35
Octal 320 253 76 0 22 106 22 55 75 65
Binary 11010000 10101011 111110 0 10010 1000110 10010 101101 111101 110101

Color Harmonies of #D0AB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB3E

Black with #D0AB3E

Text Example


Text Example

White with #D0AB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB3E; }

 p { color: rgb(208,171,62); }

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

background-color css

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

 a { background-color: rgb(208,171,62); }

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

border-color css

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

 span { border-color: rgb(208,171,62); }

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