Html Css Color HEX #D6A92F Metallic Gold

📋 copy color: '#D6A92F'

red 214 ◦ green 169 ◦ blue 47

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

Shades of Metallic Gold #D6A92F

Tints of Metallic Gold #D6A92F

RGB

 RED value IS 214 (83.98% from 255) = 49.77%

 GREEN value IS 169 (66.41% from 255) = 39.3%

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

R = 49.77%
G = 39.3%
B = 10.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6A92F (or 0xD6A92F) is known color: Metallic Gold. HEX triplet: D6, A9 and 2F. RGB value is (214,169,47). Sum of RGB (Red+Green+Blue) = 214+169+47=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A92F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6A92F is #2956D0. Grayscale: #A9A9A9. Windows color (decimal): -2709201 or 3123670. OLE color: 3123670.

HSL color Cylindrical-coordinate representation of color #D6A92F: hue angle of 43.83º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6A92F is Cyan = 0, Magento = 0.21, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 169 47 -
CMYK 0 0.21 0.78 0.16
HSL 43.83º 0.67% 0.51% -
HSV(B) 43.83º 0.78% 0.84% -
XYZ 42.43 42.88 8.73 -
YUV 168.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 214 169 47 0 0.21 0.78 0.16 43.83 0.67 0.51
Hex D6 A9 2F 0 15 4E 10 2C 43 33
Octal 326 251 57 0 25 116 20 54 103 63
Binary 11010110 10101001 101111 0 10101 1001110 10000 101100 1000011 110011

Color Harmonies of #D6A92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A92F

Black with #D6A92F

Text Example


Text Example

White with #D6A92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A92F; }

 p { color: rgb(214,169,47); }

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

background-color css

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

 a { background-color: rgb(214,169,47); }

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

border-color css

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

 span { border-color: rgb(214,169,47); }

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