Html Css Color HEX #D8B834 Metallic Gold

📋 copy color: '#D8B834'

red 216 ◦ green 184 ◦ blue 52

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

Shades of Metallic Gold #D8B834

Tints of Metallic Gold #D8B834

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.71%

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

R = 47.79%
G = 40.71%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D8B834 (or 0xD8B834) is known color: Metallic Gold. HEX triplet: D8, B8 and 34. RGB value is (216,184,52). Sum of RGB (Red+Green+Blue) = 216+184+52=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 52 (20.70% from 255 or 11.50% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B834 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B834 is #2747CB. Grayscale: #B3B3B3. Windows color (decimal): -2574284 or 3455192. OLE color: 3455192.

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

Color convert

RGB 216 184 52 -
CMYK 0 0.15 0.76 0.15
HSL 48.29º 0.68% 0.53% -
HSV(B) 48.29º 0.76% 0.85% -
XYZ 46.08 49.13 10.3 -
YUV 178.52 56.6 154.73 -
System Red Green Blue C M Y K H S L
Decimal 216 184 52 0 0.15 0.76 0.15 48.29 0.68 0.53
Hex D8 B8 34 0 F 4C F 30 44 35
Octal 330 270 64 0 17 114 17 60 104 65
Binary 11011000 10111000 110100 0 1111 1001100 1111 110000 1000100 110101

Color Harmonies of #D8B834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B834

Black with #D8B834

Text Example


Text Example

White with #D8B834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B834; }

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

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

background-color css

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

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

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

border-color css

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

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

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