Html Css Color HEX #D0AB2E Metallic Gold

📋 copy color: '#D0AB2E'

red 208 ◦ green 171 ◦ blue 46

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

Shades of Metallic Gold #D0AB2E

Tints of Metallic Gold #D0AB2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 10.82%

R = 48.94%
G = 40.24%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0AB2E (or 0xD0AB2E) is known color: Metallic Gold. HEX triplet: D0, AB and 2E. RGB value is (208,171,46). Sum of RGB (Red+Green+Blue) = 208+171+46=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 46 (18.36% from 255 or 10.82% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB2E is #2F54D1. Grayscale: #A8A8A8. Windows color (decimal): -3101906 or 3058640. OLE color: 3058640.

HSL color Cylindrical-coordinate representation of color #D0AB2E: hue angle of 46.3º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0AB2E is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 46 -
CMYK 0 0.18 0.78 0.18
HSL 46.3º 0.64% 0.5% -
HSV(B) 46.3º 0.78% 0.82% -
XYZ 41.07 42.73 8.67 -
YUV 167.81 59.26 156.66 -
System Red Green Blue C M Y K H S L
Decimal 208 171 46 0 0.18 0.78 0.18 46.3 0.64 0.5
Hex D0 AB 2E 0 12 4E 12 2E 40 32
Octal 320 253 56 0 22 116 22 56 100 62
Binary 11010000 10101011 101110 0 10010 1001110 10010 101110 1000000 110010

Color Harmonies of #D0AB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB2E

Black with #D0AB2E

Text Example


Text Example

White with #D0AB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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