Html Css Color HEX #D8B830 Metallic Gold

📋 copy color: '#D8B830'

red 216 ◦ green 184 ◦ blue 48

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

Shades of Metallic Gold #D8B830

Tints of Metallic Gold #D8B830

RGB

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

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

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

R = 48.21%
G = 41.07%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8B830 (or 0xD8B830) is known color: Metallic Gold. HEX triplet: D8, B8 and 30. RGB value is (216,184,48). Sum of RGB (Red+Green+Blue) = 216+184+48=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8B830 is #2747CF. Grayscale: #B2B2B2. Windows color (decimal): -2574288 or 3193048. OLE color: 3193048.

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

Color convert

RGB 216 184 48 -
CMYK 0 0.15 0.78 0.15
HSL 48.57º 0.68% 0.52% -
HSV(B) 48.57º 0.78% 0.85% -
XYZ 45.99 49.09 9.85 -
YUV 178.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 216 184 48 0 0.15 0.78 0.15 48.57 0.68 0.52
Hex D8 B8 30 0 F 4E F 31 44 34
Octal 330 270 60 0 17 116 17 61 104 64
Binary 11011000 10111000 110000 0 1111 1001110 1111 110001 1000100 110100

Color Harmonies of #D8B830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B830

Black with #D8B830

Text Example


Text Example

White with #D8B830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B830; }

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

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

background-color css

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

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

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

border-color css

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

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

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