Html Css Color HEX #D4A83E Metallic Gold

📋 copy color: '#D4A83E'

red 212 ◦ green 168 ◦ blue 62

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

Shades of Metallic Gold #D4A83E

Tints of Metallic Gold #D4A83E

RGB

 RED value IS 212 (83.2% from 255) = 47.96%

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 47.96%
G = 38.01%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D4A83E (or 0xD4A83E) is known color: Metallic Gold. HEX triplet: D4, A8 and 3E. RGB value is (212,168,62). Sum of RGB (Red+Green+Blue) = 212+168+62=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A83E is #2B57C1. Grayscale: #A9A9A9. Windows color (decimal): -2840514 or 4106452. OLE color: 4106452.

HSL color Cylindrical-coordinate representation of color #D4A83E: hue angle of 42.4º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4A83E is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 62 -
CMYK 0 0.21 0.71 0.17
HSL 42.4º 0.64% 0.54% -
HSV(B) 42.4º 0.71% 0.83% -
XYZ 42.02 42.35 10.52 -
YUV 169.07 67.58 158.62 -
System Red Green Blue C M Y K H S L
Decimal 212 168 62 0 0.21 0.71 0.17 42.4 0.64 0.54
Hex D4 A8 3E 0 15 47 11 2A 40 36
Octal 324 250 76 0 25 107 21 52 100 66
Binary 11010100 10101000 111110 0 10101 1000111 10001 101010 1000000 110110

Color Harmonies of #D4A83E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A83E

Black with #D4A83E

Text Example


Text Example

White with #D4A83E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A83E; }

 p { color: rgb(212,168,62); }

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

background-color css

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

 a { background-color: rgb(212,168,62); }

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

border-color css

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

 span { border-color: rgb(212,168,62); }

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