Html Css Color HEX #D3AF45 Old Gold

📋 copy color: '#D3AF45'

red 211 ◦ green 175 ◦ blue 69

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

Shades of Old Gold #D3AF45

Tints of Old Gold #D3AF45

RGB

 RED value IS 211 (82.81% from 255) = 46.37%

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

 BLUE value IS 69 (27.34% from 255) = 15.16%

R = 46.37%
G = 38.46%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D3AF45 (or 0xD3AF45) is known color: Old Gold. HEX triplet: D3, AF and 45. RGB value is (211,175,69). Sum of RGB (Red+Green+Blue) = 211+175+69=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3AF45 is #2C50BA. Grayscale: #AEAEAE. Windows color (decimal): -2904251 or 4566995. OLE color: 4566995.

HSL color Cylindrical-coordinate representation of color #D3AF45: hue angle of 44.79º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D3AF45 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 175 69 -
CMYK 0 0.17 0.67 0.17
HSL 44.79º 0.62% 0.55% -
HSV(B) 44.79º 0.67% 0.83% -
XYZ 43.27 44.94 12.02 -
YUV 173.68 68.93 154.62 -
System Red Green Blue C M Y K H S L
Decimal 211 175 69 0 0.17 0.67 0.17 44.79 0.62 0.55
Hex D3 AF 45 0 11 43 11 2D 3E 37
Octal 323 257 105 0 21 103 21 55 76 67
Binary 11010011 10101111 1000101 0 10001 1000011 10001 101101 111110 110111

Color Harmonies of #D3AF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AF45

Black with #D3AF45

Text Example


Text Example

White with #D3AF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AF45; }

 p { color: rgb(211,175,69); }

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

background-color css

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

 a { background-color: rgb(211,175,69); }

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

border-color css

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

 span { border-color: rgb(211,175,69); }

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