Html Css Color HEX #D0A736 Metallic Gold

📋 copy color: '#D0A736'

red 208 ◦ green 167 ◦ blue 54

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

Shades of Metallic Gold #D0A736

Tints of Metallic Gold #D0A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.93%

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

R = 48.48%
G = 38.93%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0A736 (or 0xD0A736) is known color: Metallic Gold. HEX triplet: D0, A7 and 36. RGB value is (208,167,54). Sum of RGB (Red+Green+Blue) = 208+167+54=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 54 (21.48% from 255 or 12.59% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A736 is #2F58C9. Grayscale: #A6A6A6. Windows color (decimal): -3102922 or 3581904. OLE color: 3581904.

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

Color convert

RGB 208 167 54 -
CMYK 0 0.20 0.74 0.18
HSL 44.03º 0.62% 0.51% -
HSV(B) 44.03º 0.74% 0.82% -
XYZ 40.5 41.31 9.33 -
YUV 166.38 64.58 157.69 -
System Red Green Blue C M Y K H S L
Decimal 208 167 54 0 0.20 0.74 0.18 44.03 0.62 0.51
Hex D0 A7 36 0 14 4A 12 2C 3E 33
Octal 320 247 66 0 24 112 22 54 76 63
Binary 11010000 10100111 110110 0 10100 1001010 10010 101100 111110 110011

Color Harmonies of #D0A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A736

Black with #D0A736

Text Example


Text Example

White with #D0A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A736; }

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

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

background-color css

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

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

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

border-color css

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

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

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