Html Css Color HEX #D7A738 Metallic Gold

📋 copy color: '#D7A738'

red 215 ◦ green 167 ◦ blue 56

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

Shades of Metallic Gold #D7A738

Tints of Metallic Gold #D7A738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.79%

R = 49.09%
G = 38.13%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D7A738 (or 0xD7A738) is known color: Metallic Gold. HEX triplet: D7, A7 and 38. RGB value is (215,167,56). Sum of RGB (Red+Green+Blue) = 215+167+56=438 (58% of max value = 765). Red value is 215 (84.38% from 255 or 49.09% from 438); Green value is 167 (65.62% from 255 or 38.13% from 438); Blue value is 56 (22.27% from 255 or 12.79% from 438); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A738 is #2858C7. Grayscale: #A9A9A9. Windows color (decimal): -2644168 or 3712983. OLE color: 3712983.

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

Color convert

RGB 215 167 56 -
CMYK 0 0.22 0.74 0.16
HSL 41.89º 0.67% 0.53% -
HSV(B) 41.89º 0.74% 0.84% -
XYZ 42.56 42.37 9.68 -
YUV 168.7 64.4 161.03 -
System Red Green Blue C M Y K H S L
Decimal 215 167 56 0 0.22 0.74 0.16 41.89 0.67 0.53
Hex D7 A7 38 0 16 4A 10 2A 43 35
Octal 327 247 70 0 26 112 20 52 103 65
Binary 11010111 10100111 111000 0 10110 1001010 10000 101010 1000011 110101

Color Harmonies of #D7A738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A738

Black with #D7A738

Text Example


Text Example

White with #D7A738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A738; }

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

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

background-color css

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

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

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

border-color css

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

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

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