Html Css Color HEX #D0A82D Metallic Gold

📋 copy color: '#D0A82D'

red 208 ◦ green 168 ◦ blue 45

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

Shades of Metallic Gold #D0A82D

Tints of Metallic Gold #D0A82D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 45 (17.97% from 255) = 10.69%

R = 49.41%
G = 39.9%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0A82D (or 0xD0A82D) is known color: Metallic Gold. HEX triplet: D0, A8 and 2D. RGB value is (208,168,45). Sum of RGB (Red+Green+Blue) = 208+168+45=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 45 (17.97% from 255 or 10.69% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A82D is #2F57D2. Grayscale: #A6A6A6. Windows color (decimal): -3102675 or 2992336. OLE color: 2992336.

HSL color Cylindrical-coordinate representation of color #D0A82D: hue angle of 45.28º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0A82D is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 168 45 -
CMYK 0 0.19 0.78 0.18
HSL 45.28º 0.64% 0.5% -
HSV(B) 45.28º 0.78% 0.82% -
XYZ 40.49 41.6 8.38 -
YUV 165.94 59.75 158 -
System Red Green Blue C M Y K H S L
Decimal 208 168 45 0 0.19 0.78 0.18 45.28 0.64 0.5
Hex D0 A8 2D 0 13 4E 12 2D 40 32
Octal 320 250 55 0 23 116 22 55 100 62
Binary 11010000 10101000 101101 0 10011 1001110 10010 101101 1000000 110010

Color Harmonies of #D0A82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A82D

Black with #D0A82D

Text Example


Text Example

White with #D0A82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A82D; }

 p { color: rgb(208,168,45); }

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

background-color css

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

 a { background-color: rgb(208,168,45); }

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

border-color css

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

 span { border-color: rgb(208,168,45); }

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