Html Css Color HEX #D1AF30 Metallic Gold

📋 copy color: '#D1AF30'

red 209 ◦ green 175 ◦ blue 48

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

Shades of Metallic Gold #D1AF30

Tints of Metallic Gold #D1AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.11%

R = 48.38%
G = 40.51%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D1AF30 (or 0xD1AF30) is known color: Metallic Gold. HEX triplet: D1, AF and 30. RGB value is (209,175,48). Sum of RGB (Red+Green+Blue) = 209+175+48=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF30 is #2E50CF. Grayscale: #ABABAB. Windows color (decimal): -3035344 or 3190737. OLE color: 3190737.

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

Color convert

RGB 209 175 48 -
CMYK 0 0.16 0.77 0.18
HSL 47.33º 0.64% 0.5% -
HSV(B) 47.33º 0.77% 0.82% -
XYZ 42.16 44.43 9.15 -
YUV 170.69 58.76 155.33 -
System Red Green Blue C M Y K H S L
Decimal 209 175 48 0 0.16 0.77 0.18 47.33 0.64 0.5
Hex D1 AF 30 0 10 4D 12 2F 40 32
Octal 321 257 60 0 20 115 22 57 100 62
Binary 11010001 10101111 110000 0 10000 1001101 10010 101111 1000000 110010

Color Harmonies of #D1AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF30

Black with #D1AF30

Text Example


Text Example

White with #D1AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF30; }

 p { color: rgb(209,175,48); }

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

background-color css

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

 a { background-color: rgb(209,175,48); }

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

border-color css

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

 span { border-color: rgb(209,175,48); }

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