Html Css Color HEX #D1A72F Metallic Gold

📋 copy color: '#D1A72F'

red 209 ◦ green 167 ◦ blue 47

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

Shades of Metallic Gold #D1A72F

Tints of Metallic Gold #D1A72F

RGB

 RED value IS 209 (82.03% from 255) = 49.41%

 GREEN value IS 167 (65.63% from 255) = 39.48%

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

R = 49.41%
G = 39.48%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1A72F (or 0xD1A72F) is known color: Metallic Gold. HEX triplet: D1, A7 and 2F. RGB value is (209,167,47). Sum of RGB (Red+Green+Blue) = 209+167+47=423 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.41% from 423); Green value is 167 (65.62% from 255 or 39.48% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A72F is #2E58D0. Grayscale: #A6A6A6. Windows color (decimal): -3037393 or 3123153. OLE color: 3123153.

HSL color Cylindrical-coordinate representation of color #D1A72F: hue angle of 44.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1A72F is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 167 47 -
CMYK 0 0.20 0.78 0.18
HSL 44.44º 0.64% 0.5% -
HSV(B) 44.44º 0.78% 0.82% -
XYZ 40.63 41.4 8.54 -
YUV 165.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 209 167 47 0 0.20 0.78 0.18 44.44 0.64 0.5
Hex D1 A7 2F 0 14 4E 12 2C 40 32
Octal 321 247 57 0 24 116 22 54 100 62
Binary 11010001 10100111 101111 0 10100 1001110 10010 101100 1000000 110010

Color Harmonies of #D1A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A72F

Black with #D1A72F

Text Example


Text Example

White with #D1A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A72F; }

 p { color: rgb(209,167,47); }

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

background-color css

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

 a { background-color: rgb(209,167,47); }

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

border-color css

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

 span { border-color: rgb(209,167,47); }

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