Html Css Color HEX #D0A836 Metallic Gold

📋 copy color: '#D0A836'

red 208 ◦ green 168 ◦ blue 54

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

Shades of Metallic Gold #D0A836

Tints of Metallic Gold #D0A836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.56%

R = 48.37%
G = 39.07%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0A836 (or 0xD0A836) is known color: Metallic Gold. HEX triplet: D0, A8 and 36. RGB value is (208,168,54). Sum of RGB (Red+Green+Blue) = 208+168+54=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 54 (21.48% from 255 or 12.56% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A836 is #2F57C9. Grayscale: #A7A7A7. Windows color (decimal): -3102666 or 3582160. OLE color: 3582160.

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

Color convert

RGB 208 168 54 -
CMYK 0 0.19 0.74 0.18
HSL 44.42º 0.62% 0.51% -
HSV(B) 44.42º 0.74% 0.82% -
XYZ 40.68 41.68 9.39 -
YUV 166.96 64.25 157.27 -
System Red Green Blue C M Y K H S L
Decimal 208 168 54 0 0.19 0.74 0.18 44.42 0.62 0.51
Hex D0 A8 36 0 13 4A 12 2C 3E 33
Octal 320 250 66 0 23 112 22 54 76 63
Binary 11010000 10101000 110110 0 10011 1001010 10010 101100 111110 110011

Color Harmonies of #D0A836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A836

Black with #D0A836

Text Example


Text Example

White with #D0A836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A836; }

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

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

background-color css

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

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

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

border-color css

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

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

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