Html Css Color HEX #D7AD2F Metallic Gold

📋 copy color: '#D7AD2F'

red 215 ◦ green 173 ◦ blue 47

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

Shades of Metallic Gold #D7AD2F

Tints of Metallic Gold #D7AD2F

RGB

 RED value IS 215 (84.38% from 255) = 49.43%

 GREEN value IS 173 (67.97% from 255) = 39.77%

 BLUE value IS 47 (18.75% from 255) = 10.8%

R = 49.43%
G = 39.77%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7AD2F (or 0xD7AD2F) is known color: Metallic Gold. HEX triplet: D7, AD and 2F. RGB value is (215,173,47). Sum of RGB (Red+Green+Blue) = 215+173+47=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 47 (18.75% from 255 or 10.80% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD2F is #2852D0. Grayscale: #ABABAB. Windows color (decimal): -2642641 or 3124695. OLE color: 3124695.

HSL color Cylindrical-coordinate representation of color #D7AD2F: hue angle of 45º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7AD2F is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 47 -
CMYK 0 0.20 0.78 0.16
HSL 45º 0.68% 0.51% -
HSV(B) 45º 0.78% 0.84% -
XYZ 43.48 44.54 8.99 -
YUV 171.19 57.91 159.25 -
System Red Green Blue C M Y K H S L
Decimal 215 173 47 0 0.20 0.78 0.16 45 0.68 0.51
Hex D7 AD 2F 0 14 4E 10 2D 44 33
Octal 327 255 57 0 24 116 20 55 104 63
Binary 11010111 10101101 101111 0 10100 1001110 10000 101101 1000100 110011

Color Harmonies of #D7AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD2F

Black with #D7AD2F

Text Example


Text Example

White with #D7AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD2F; }

 p { color: rgb(215,173,47); }

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

background-color css

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

 a { background-color: rgb(215,173,47); }

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

border-color css

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

 span { border-color: rgb(215,173,47); }

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