Html Css Color HEX #D8B534 Metallic Gold

📋 copy color: '#D8B534'

red 216 ◦ green 181 ◦ blue 52

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

Shades of Metallic Gold #D8B534

Tints of Metallic Gold #D8B534

RGB

 RED value IS 216 (84.77% from 255) = 48.11%

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

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

R = 48.11%
G = 40.31%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8B534 (or 0xD8B534) is known color: Metallic Gold. HEX triplet: D8, B5 and 34. RGB value is (216,181,52). Sum of RGB (Red+Green+Blue) = 216+181+52=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B534 is #274ACB. Grayscale: #B1B1B1. Windows color (decimal): -2575052 or 3454424. OLE color: 3454424.

HSL color Cylindrical-coordinate representation of color #D8B534: hue angle of 47.2º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8B534 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 181 52 -
CMYK 0 0.16 0.76 0.15
HSL 47.2º 0.68% 0.53% -
HSV(B) 47.2º 0.76% 0.85% -
XYZ 45.46 47.89 10.1 -
YUV 176.76 57.6 155.99 -
System Red Green Blue C M Y K H S L
Decimal 216 181 52 0 0.16 0.76 0.15 47.2 0.68 0.53
Hex D8 B5 34 0 10 4C F 2F 44 35
Octal 330 265 64 0 20 114 17 57 104 65
Binary 11011000 10110101 110100 0 10000 1001100 1111 101111 1000100 110101

Color Harmonies of #D8B534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B534

Black with #D8B534

Text Example


Text Example

White with #D8B534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B534; }

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

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

background-color css

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

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

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

border-color css

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

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

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