Html Css Color HEX #D7A736 Metallic Gold

📋 copy color: '#D7A736'

red 215 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #D7A736

Tints of Metallic Gold #D7A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.3%

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

R = 49.31%
G = 38.3%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D7A736 (or 0xD7A736) is known color: Metallic Gold. HEX triplet: D7, A7 and 36. RGB value is (215,167,54). Sum of RGB (Red+Green+Blue) = 215+167+54=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 54 (21.48% from 255 or 12.39% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A736 is #2858C9. Grayscale: #A8A8A8. Windows color (decimal): -2644170 or 3581911. OLE color: 3581911.

HSL color Cylindrical-coordinate representation of color #D7A736: hue angle of 42.11º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7A736 is Cyan = 0, Magento = 0.22, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 167 54 -
CMYK 0 0.22 0.75 0.16
HSL 42.11º 0.67% 0.53% -
HSV(B) 42.11º 0.75% 0.84% -
XYZ 42.51 42.35 9.42 -
YUV 168.47 63.4 161.19 -
System Red Green Blue C M Y K H S L
Decimal 215 167 54 0 0.22 0.75 0.16 42.11 0.67 0.53
Hex D7 A7 36 0 16 4B 10 2A 43 35
Octal 327 247 66 0 26 113 20 52 103 65
Binary 11010111 10100111 110110 0 10110 1001011 10000 101010 1000011 110101

Color Harmonies of #D7A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A736

Black with #D7A736

Text Example


Text Example

White with #D7A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A736; }

 p { color: rgb(215,167,54); }

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

background-color css

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

 a { background-color: rgb(215,167,54); }

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

border-color css

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

 span { border-color: rgb(215,167,54); }

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