Html Css Color HEX #D7AD30 Metallic Gold

📋 copy color: '#D7AD30'

red 215 ◦ green 173 ◦ blue 48

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

Shades of Metallic Gold #D7AD30

Tints of Metallic Gold #D7AD30

RGB

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

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

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

R = 49.31%
G = 39.68%
B = 11.01%

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

#D7AD30 (or 0xD7AD30) is known color: Metallic Gold. HEX triplet: D7, AD and 30. RGB value is (215,173,48). Sum of RGB (Red+Green+Blue) = 215+173+48=436 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.31% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7AD30 is #2852CF. Grayscale: #ABABAB. Windows color (decimal): -2642640 or 3190231. OLE color: 3190231.

HSL color Cylindrical-coordinate representation of color #D7AD30: hue angle of 44.91º 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 #D7AD30 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 48 -
CMYK 0 0.20 0.78 0.16
HSL 44.91º 0.68% 0.52% -
HSV(B) 44.91º 0.78% 0.84% -
XYZ 43.5 44.55 9.1 -
YUV 171.31 58.41 159.16 -
System Red Green Blue C M Y K H S L
Decimal 215 173 48 0 0.20 0.78 0.16 44.91 0.68 0.52
Hex D7 AD 30 0 14 4E 10 2D 44 34
Octal 327 255 60 0 24 116 20 55 104 64
Binary 11010111 10101101 110000 0 10100 1001110 10000 101101 1000100 110100

Color Harmonies of #D7AD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD30

Black with #D7AD30

Text Example


Text Example

White with #D7AD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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