Html Css Color HEX #D0AF3F Old Gold

📋 copy color: '#D0AF3F'

red 208 ◦ green 175 ◦ blue 63

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

Shades of Old Gold #D0AF3F

Tints of Old Gold #D0AF3F

RGB

 RED value IS 208 (81.64% from 255) = 46.64%

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

 BLUE value IS 63 (25% from 255) = 14.13%

R = 46.64%
G = 39.24%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0AF3F (or 0xD0AF3F) is known color: Old Gold. HEX triplet: D0, AF and 3F. RGB value is (208,175,63). Sum of RGB (Red+Green+Blue) = 208+175+63=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 63 (25% from 255 or 14.13% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF3F is #2F50C0. Grayscale: #ACACAC. Windows color (decimal): -3100865 or 4173776. OLE color: 4173776.

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

Color convert

RGB 208 175 63 -
CMYK 0 0.16 0.70 0.18
HSL 46.34º 0.61% 0.53% -
HSV(B) 46.34º 0.7% 0.82% -
XYZ 42.24 44.43 11.05 -
YUV 172.1 66.43 153.61 -
System Red Green Blue C M Y K H S L
Decimal 208 175 63 0 0.16 0.70 0.18 46.34 0.61 0.53
Hex D0 AF 3F 0 10 46 12 2E 3D 35
Octal 320 257 77 0 20 106 22 56 75 65
Binary 11010000 10101111 111111 0 10000 1000110 10010 101110 111101 110101

Color Harmonies of #D0AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF3F

Black with #D0AF3F

Text Example


Text Example

White with #D0AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF3F; }

 p { color: rgb(208,175,63); }

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

background-color css

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

 a { background-color: rgb(208,175,63); }

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

border-color css

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

 span { border-color: rgb(208,175,63); }

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