Html Css Color HEX #D7A730 Metallic Gold

📋 copy color: '#D7A730'

red 215 ◦ green 167 ◦ blue 48

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

Shades of Metallic Gold #D7A730

Tints of Metallic Gold #D7A730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.16%

R = 50%
G = 38.84%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D7A730 (or 0xD7A730) is known color: Metallic Gold. HEX triplet: D7, A7 and 30. RGB value is (215,167,48). Sum of RGB (Red+Green+Blue) = 215+167+48=430 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A730 is #2858CF. Grayscale: #A8A8A8. Windows color (decimal): -2644176 or 3188695. OLE color: 3188695.

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

Color convert

RGB 215 167 48 -
CMYK 0 0.22 0.78 0.16
HSL 42.75º 0.68% 0.52% -
HSV(B) 42.75º 0.78% 0.84% -
XYZ 42.38 42.3 8.73 -
YUV 167.79 60.4 161.68 -
System Red Green Blue C M Y K H S L
Decimal 215 167 48 0 0.22 0.78 0.16 42.75 0.68 0.52
Hex D7 A7 30 0 16 4E 10 2B 44 34
Octal 327 247 60 0 26 116 20 53 104 64
Binary 11010111 10100111 110000 0 10110 1001110 10000 101011 1000100 110100

Color Harmonies of #D7A730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A730

Black with #D7A730

Text Example


Text Example

White with #D7A730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A730; }

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

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

background-color css

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

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

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

border-color css

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

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

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