Html Css Color HEX #D1AF42 Old Gold

📋 copy color: '#D1AF42'

red 209 ◦ green 175 ◦ blue 66

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

Shades of Old Gold #D1AF42

Tints of Old Gold #D1AF42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.67%

R = 46.44%
G = 38.89%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D1AF42 (or 0xD1AF42) is known color: Old Gold. HEX triplet: D1, AF and 42. RGB value is (209,175,66). Sum of RGB (Red+Green+Blue) = 209+175+66=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1AF42 is #2E50BD. Grayscale: #ADADAD. Windows color (decimal): -3035326 or 4370385. OLE color: 4370385.

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

Color convert

RGB 209 175 66 -
CMYK 0 0.16 0.68 0.18
HSL 45.73º 0.61% 0.54% -
HSV(B) 45.73º 0.68% 0.82% -
XYZ 42.61 44.61 11.52 -
YUV 172.74 67.76 153.86 -
System Red Green Blue C M Y K H S L
Decimal 209 175 66 0 0.16 0.68 0.18 45.73 0.61 0.54
Hex D1 AF 42 0 10 44 12 2E 3D 36
Octal 321 257 102 0 20 104 22 56 75 66
Binary 11010001 10101111 1000010 0 10000 1000100 10010 101110 111101 110110

Color Harmonies of #D1AF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF42

Black with #D1AF42

Text Example


Text Example

White with #D1AF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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