Html Css Color HEX #D0AB3F Metallic Gold

📋 copy color: '#D0AB3F'

red 208 ◦ green 171 ◦ blue 63

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

Shades of Metallic Gold #D0AB3F

Tints of Metallic Gold #D0AB3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.25%

R = 47.06%
G = 38.69%
B = 14.25%

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

#D0AB3F (or 0xD0AB3F) is known color: Metallic Gold. HEX triplet: D0, AB and 3F. RGB value is (208,171,63). Sum of RGB (Red+Green+Blue) = 208+171+63=442 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.06% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AB3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AB3F is #2F54C0. Grayscale: #AAAAAA. Windows color (decimal): -3101889 or 4172752. OLE color: 4172752.

HSL color Cylindrical-coordinate representation of color #D0AB3F: hue angle of 44.69º 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 #D0AB3F is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 171 63 -
CMYK 0 0.18 0.70 0.18
HSL 44.69º 0.61% 0.53% -
HSV(B) 44.69º 0.7% 0.82% -
XYZ 41.47 42.89 10.8 -
YUV 169.75 67.76 155.28 -
System Red Green Blue C M Y K H S L
Decimal 208 171 63 0 0.18 0.70 0.18 44.69 0.61 0.53
Hex D0 AB 3F 0 12 46 12 2D 3D 35
Octal 320 253 77 0 22 106 22 55 75 65
Binary 11010000 10101011 111111 0 10010 1000110 10010 101101 111101 110101

Color Harmonies of #D0AB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AB3F

Black with #D0AB3F

Text Example


Text Example

White with #D0AB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AB3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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