Html Css Color HEX #D8A82F Metallic Gold

📋 copy color: '#D8A82F'

red 216 ◦ green 168 ◦ blue 47

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

Shades of Metallic Gold #D8A82F

Tints of Metallic Gold #D8A82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.9%

R = 50.12%
G = 38.98%
B = 10.9%

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

#D8A82F (or 0xD8A82F) is known color: Metallic Gold. HEX triplet: D8, A8 and 2F. RGB value is (216,168,47). Sum of RGB (Red+Green+Blue) = 216+168+47=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A82F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8A82F is #2757D0. Grayscale: #A9A9A9. Windows color (decimal): -2578385 or 3123416. OLE color: 3123416.

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

Color convert

RGB 216 168 47 -
CMYK 0 0.22 0.78 0.15
HSL 42.96º 0.68% 0.52% -
HSV(B) 42.96º 0.78% 0.85% -
XYZ 42.83 42.81 8.69 -
YUV 168.56 59.4 161.84 -
System Red Green Blue C M Y K H S L
Decimal 216 168 47 0 0.22 0.78 0.15 42.96 0.68 0.52
Hex D8 A8 2F 0 16 4E F 2B 44 34
Octal 330 250 57 0 26 116 17 53 104 64
Binary 11011000 10101000 101111 0 10110 1001110 1111 101011 1000100 110100

Color Harmonies of #D8A82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A82F

Black with #D8A82F

Text Example


Text Example

White with #D8A82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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