Html Css Color HEX #D0A142 Metallic Gold

📋 copy color: '#D0A142'

red 208 ◦ green 161 ◦ blue 66

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

Shades of Metallic Gold #D0A142

Tints of Metallic Gold #D0A142

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.01%

 BLUE value IS 66 (26.17% from 255) = 15.17%

R = 47.82%
G = 37.01%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D0A142 (or 0xD0A142) is known color: Metallic Gold. HEX triplet: D0, A1 and 42. RGB value is (208,161,66). Sum of RGB (Red+Green+Blue) = 208+161+66=435 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.82% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A142 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A142 is #2F5EBD. Grayscale: #A4A4A4. Windows color (decimal): -3104446 or 4366800. OLE color: 4366800.

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

Color convert

RGB 208 161 66 -
CMYK 0 0.23 0.68 0.18
HSL 40.14º 0.6% 0.54% -
HSV(B) 40.14º 0.68% 0.82% -
XYZ 39.74 39.29 10.64 -
YUV 164.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 208 161 66 0 0.23 0.68 0.18 40.14 0.6 0.54
Hex D0 A1 42 0 17 44 12 28 3C 36
Octal 320 241 102 0 27 104 22 50 74 66
Binary 11010000 10100001 1000010 0 10111 1000100 10010 101000 111100 110110

Color Harmonies of #D0A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A142

Black with #D0A142

Text Example


Text Example

White with #D0A142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A142; }

 p { color: rgb(208,161,66); }

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

background-color css

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

 a { background-color: rgb(208,161,66); }

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

border-color css

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

 span { border-color: rgb(208,161,66); }

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