Html Css Color HEX #D7A834 Metallic Gold

📋 copy color: '#D7A834'

red 215 ◦ green 168 ◦ blue 52

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

Shades of Metallic Gold #D7A834

Tints of Metallic Gold #D7A834

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.62%

 BLUE value IS 52 (20.7% from 255) = 11.95%

R = 49.43%
G = 38.62%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7A834 (or 0xD7A834) is known color: Metallic Gold. HEX triplet: D7, A8 and 34. RGB value is (215,168,52). Sum of RGB (Red+Green+Blue) = 215+168+52=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7A834 is #2857CB. Grayscale: #A9A9A9. Windows color (decimal): -2643916 or 3451095. OLE color: 3451095.

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

Color convert

RGB 215 168 52 -
CMYK 0 0.22 0.76 0.16
HSL 42.7º 0.67% 0.52% -
HSV(B) 42.7º 0.76% 0.84% -
XYZ 42.65 42.7 9.24 -
YUV 168.83 62.07 160.93 -
System Red Green Blue C M Y K H S L
Decimal 215 168 52 0 0.22 0.76 0.16 42.7 0.67 0.52
Hex D7 A8 34 0 16 4C 10 2B 43 34
Octal 327 250 64 0 26 114 20 53 103 64
Binary 11010111 10101000 110100 0 10110 1001100 10000 101011 1000011 110100

Color Harmonies of #D7A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A834

Black with #D7A834

Text Example


Text Example

White with #D7A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A834; }

 p { color: rgb(215,168,52); }

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

background-color css

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

 a { background-color: rgb(215,168,52); }

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

border-color css

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

 span { border-color: rgb(215,168,52); }

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