Html Css Color HEX #D0A441 Metallic Gold

📋 copy color: '#D0A441'

red 208 ◦ green 164 ◦ blue 65

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

Shades of Metallic Gold #D0A441

Tints of Metallic Gold #D0A441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.53%

 BLUE value IS 65 (25.78% from 255) = 14.87%

R = 47.6%
G = 37.53%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0A441 (or 0xD0A441) is known color: Metallic Gold. HEX triplet: D0, A4 and 41. RGB value is (208,164,65). Sum of RGB (Red+Green+Blue) = 208+164+65=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A441 is #2F5BBE. Grayscale: #A6A6A6. Windows color (decimal): -3103679 or 4302032. OLE color: 4302032.

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

Color convert

RGB 208 164 65 -
CMYK 0 0.21 0.69 0.18
HSL 41.54º 0.6% 0.54% -
HSV(B) 41.54º 0.69% 0.82% -
XYZ 40.24 40.34 10.67 -
YUV 165.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 208 164 65 0 0.21 0.69 0.18 41.54 0.6 0.54
Hex D0 A4 41 0 15 45 12 2A 3C 36
Octal 320 244 101 0 25 105 22 52 74 66
Binary 11010000 10100100 1000001 0 10101 1000101 10010 101010 111100 110110

Color Harmonies of #D0A441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A441

Black with #D0A441

Text Example


Text Example

White with #D0A441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A441; }

 p { color: rgb(208,164,65); }

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

background-color css

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

 a { background-color: rgb(208,164,65); }

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

border-color css

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

 span { border-color: rgb(208,164,65); }

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