Html Css Color HEX #D0A636 Metallic Gold

📋 copy color: '#D0A636'

red 208 ◦ green 166 ◦ blue 54

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

Shades of Metallic Gold #D0A636

Tints of Metallic Gold #D0A636

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.79%

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

R = 48.6%
G = 38.79%
B = 12.62%

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

#D0A636 (or 0xD0A636) is known color: Metallic Gold. HEX triplet: D0, A6 and 36. RGB value is (208,166,54). Sum of RGB (Red+Green+Blue) = 208+166+54=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A636 is #2F59C9. Grayscale: #A6A6A6. Windows color (decimal): -3103178 or 3581648. OLE color: 3581648.

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

Color convert

RGB 208 166 54 -
CMYK 0 0.20 0.74 0.18
HSL 43.64º 0.62% 0.51% -
HSV(B) 43.64º 0.74% 0.82% -
XYZ 40.31 40.95 9.27 -
YUV 165.79 64.91 158.11 -
System Red Green Blue C M Y K H S L
Decimal 208 166 54 0 0.20 0.74 0.18 43.64 0.62 0.51
Hex D0 A6 36 0 14 4A 12 2C 3E 33
Octal 320 246 66 0 24 112 22 54 76 63
Binary 11010000 10100110 110110 0 10100 1001010 10010 101100 111110 110011

Color Harmonies of #D0A636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A636

Black with #D0A636

Text Example


Text Example

White with #D0A636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A636; }

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

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

background-color css

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

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

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

border-color css

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

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

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