Html Css Color HEX #D0A341 Metallic Gold

📋 copy color: '#D0A341'

red 208 ◦ green 163 ◦ blue 65

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

Shades of Metallic Gold #D0A341

Tints of Metallic Gold #D0A341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.39%

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

R = 47.71%
G = 37.39%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D0A341 (or 0xD0A341) is known color: Metallic Gold. HEX triplet: D0, A3 and 41. RGB value is (208,163,65). Sum of RGB (Red+Green+Blue) = 208+163+65=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A341 is #2F5CBE. Grayscale: #A5A5A5. Windows color (decimal): -3103935 or 4301776. OLE color: 4301776.

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

Color convert

RGB 208 163 65 -
CMYK 0 0.22 0.69 0.18
HSL 41.12º 0.6% 0.54% -
HSV(B) 41.12º 0.69% 0.82% -
XYZ 40.06 39.99 10.61 -
YUV 165.28 71.41 158.47 -
System Red Green Blue C M Y K H S L
Decimal 208 163 65 0 0.22 0.69 0.18 41.12 0.6 0.54
Hex D0 A3 41 0 16 45 12 29 3C 36
Octal 320 243 101 0 26 105 22 51 74 66
Binary 11010000 10100011 1000001 0 10110 1000101 10010 101001 111100 110110

Color Harmonies of #D0A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A341

Black with #D0A341

Text Example


Text Example

White with #D0A341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A341; }

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

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

background-color css

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

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

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

border-color css

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

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

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