Html Css Color HEX #D8A83C Metallic Gold

📋 copy color: '#D8A83C'

red 216 ◦ green 168 ◦ blue 60

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

Shades of Metallic Gold #D8A83C

Tints of Metallic Gold #D8A83C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 48.65%
G = 37.84%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8A83C (or 0xD8A83C) is known color: Metallic Gold. HEX triplet: D8, A8 and 3C. RGB value is (216,168,60). Sum of RGB (Red+Green+Blue) = 216+168+60=444 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.65% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A83C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A83C is #2757C3. Grayscale: #AAAAAA. Windows color (decimal): -2578372 or 3975384. OLE color: 3975384.

HSL color Cylindrical-coordinate representation of color #D8A83C: hue angle of 41.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8A83C is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 168 60 -
CMYK 0 0.22 0.72 0.15
HSL 41.54º 0.67% 0.54% -
HSV(B) 41.54º 0.72% 0.85% -
XYZ 43.14 42.93 10.29 -
YUV 170.04 65.9 160.78 -
System Red Green Blue C M Y K H S L
Decimal 216 168 60 0 0.22 0.72 0.15 41.54 0.67 0.54
Hex D8 A8 3C 0 16 48 F 2A 43 36
Octal 330 250 74 0 26 110 17 52 103 66
Binary 11011000 10101000 111100 0 10110 1001000 1111 101010 1000011 110110

Color Harmonies of #D8A83C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A83C

Black with #D8A83C

Text Example


Text Example

White with #D8A83C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A83C; }

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

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

background-color css

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

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

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

border-color css

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

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

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