Html Css Color HEX #D7B534 Metallic Gold

📋 copy color: '#D7B534'

red 215 ◦ green 181 ◦ blue 52

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

Shades of Metallic Gold #D7B534

Tints of Metallic Gold #D7B534

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.4%

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

R = 47.99%
G = 40.4%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D7B534 (or 0xD7B534) is known color: Metallic Gold. HEX triplet: D7, B5 and 34. RGB value is (215,181,52). Sum of RGB (Red+Green+Blue) = 215+181+52=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7B534 is #284ACB. Grayscale: #B1B1B1. Windows color (decimal): -2640588 or 3454423. OLE color: 3454423.

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

Color convert

RGB 215 181 52 -
CMYK 0 0.16 0.76 0.16
HSL 47.48º 0.67% 0.52% -
HSV(B) 47.48º 0.76% 0.84% -
XYZ 45.17 47.74 10.08 -
YUV 176.46 57.76 155.49 -
System Red Green Blue C M Y K H S L
Decimal 215 181 52 0 0.16 0.76 0.16 47.48 0.67 0.52
Hex D7 B5 34 0 10 4C 10 2F 43 34
Octal 327 265 64 0 20 114 20 57 103 64
Binary 11010111 10110101 110100 0 10000 1001100 10000 101111 1000011 110100

Color Harmonies of #D7B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B534

Black with #D7B534

Text Example


Text Example

White with #D7B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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