Html Css Color HEX #D8A830 Metallic Gold

📋 copy color: '#D8A830'

red 216 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #D8A830

Tints of Metallic Gold #D8A830

RGB

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

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

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

R = 50%
G = 38.89%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D8A830 (or 0xD8A830) is known color: Metallic Gold. HEX triplet: D8, A8 and 30. RGB value is (216,168,48). Sum of RGB (Red+Green+Blue) = 216+168+48=432 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A830 is #2757CF. Grayscale: #A9A9A9. Windows color (decimal): -2578384 or 3188952. OLE color: 3188952.

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

Color convert

RGB 216 168 48 -
CMYK 0 0.22 0.78 0.15
HSL 42.86º 0.68% 0.52% -
HSV(B) 42.86º 0.78% 0.85% -
XYZ 42.86 42.82 8.8 -
YUV 168.67 59.9 161.76 -
System Red Green Blue C M Y K H S L
Decimal 216 168 48 0 0.22 0.78 0.15 42.86 0.68 0.52
Hex D8 A8 30 0 16 4E F 2B 44 34
Octal 330 250 60 0 26 116 17 53 104 64
Binary 11011000 10101000 110000 0 10110 1001110 1111 101011 1000100 110100

Color Harmonies of #D8A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A830

Black with #D8A830

Text Example


Text Example

White with #D8A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A830; }

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

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

background-color css

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

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

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

border-color css

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

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

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