Html Css Color HEX #D6AF2F Metallic Gold

📋 copy color: '#D6AF2F'

red 214 ◦ green 175 ◦ blue 47

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

Shades of Metallic Gold #D6AF2F

Tints of Metallic Gold #D6AF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

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

R = 49.08%
G = 40.14%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6AF2F (or 0xD6AF2F) is known color: Metallic Gold. HEX triplet: D6, AF and 2F. RGB value is (214,175,47). Sum of RGB (Red+Green+Blue) = 214+175+47=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AF2F is #2950D0. Grayscale: #ACACAC. Windows color (decimal): -2707665 or 3125206. OLE color: 3125206.

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

Color convert

RGB 214 175 47 -
CMYK 0 0.18 0.78 0.16
HSL 45.99º 0.67% 0.51% -
HSV(B) 45.99º 0.78% 0.84% -
XYZ 43.57 45.16 9.11 -
YUV 172.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 214 175 47 0 0.18 0.78 0.16 45.99 0.67 0.51
Hex D6 AF 2F 0 12 4E 10 2E 43 33
Octal 326 257 57 0 22 116 20 56 103 63
Binary 11010110 10101111 101111 0 10010 1001110 10000 101110 1000011 110011

Color Harmonies of #D6AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AF2F

Black with #D6AF2F

Text Example


Text Example

White with #D6AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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