Html Css Color HEX #D0AF3E Old Gold

📋 copy color: '#D0AF3E'

red 208 ◦ green 175 ◦ blue 62

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

Shades of Old Gold #D0AF3E

Tints of Old Gold #D0AF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.93%

R = 46.74%
G = 39.33%
B = 13.93%

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

#D0AF3E (or 0xD0AF3E) is known color: Old Gold. HEX triplet: D0, AF and 3E. RGB value is (208,175,62). Sum of RGB (Red+Green+Blue) = 208+175+62=445 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.74% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF3E is #2F50C1. Grayscale: #ACACAC. Windows color (decimal): -3100866 or 4108240. OLE color: 4108240.

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

Color convert

RGB 208 175 62 -
CMYK 0 0.16 0.70 0.18
HSL 46.44º 0.61% 0.53% -
HSV(B) 46.44º 0.7% 0.82% -
XYZ 42.21 44.42 10.91 -
YUV 171.99 65.93 153.69 -
System Red Green Blue C M Y K H S L
Decimal 208 175 62 0 0.16 0.70 0.18 46.44 0.61 0.53
Hex D0 AF 3E 0 10 46 12 2E 3D 35
Octal 320 257 76 0 20 106 22 56 75 65
Binary 11010000 10101111 111110 0 10000 1000110 10010 101110 111101 110101

Color Harmonies of #D0AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF3E

Black with #D0AF3E

Text Example


Text Example

White with #D0AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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