Html Css Color HEX #D0A536 Metallic Gold

📋 copy color: '#D0A536'

red 208 ◦ green 165 ◦ blue 54

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

Shades of Metallic Gold #D0A536

Tints of Metallic Gold #D0A536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.64%

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

R = 48.71%
G = 38.64%
B = 12.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D0A536 (or 0xD0A536) is known color: Metallic Gold. HEX triplet: D0, A5 and 36. RGB value is (208,165,54). Sum of RGB (Red+Green+Blue) = 208+165+54=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 54 (21.48% from 255 or 12.65% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A536 is #2F5AC9. Grayscale: #A5A5A5. Windows color (decimal): -3103434 or 3581392. OLE color: 3581392.

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

Color convert

RGB 208 165 54 -
CMYK 0 0.21 0.74 0.18
HSL 43.25º 0.62% 0.51% -
HSV(B) 43.25º 0.74% 0.82% -
XYZ 40.13 40.59 9.21 -
YUV 165.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 208 165 54 0 0.21 0.74 0.18 43.25 0.62 0.51
Hex D0 A5 36 0 15 4A 12 2B 3E 33
Octal 320 245 66 0 25 112 22 53 76 63
Binary 11010000 10100101 110110 0 10101 1001010 10010 101011 111110 110011

Color Harmonies of #D0A536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A536

Black with #D0A536

Text Example


Text Example

White with #D0A536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A536; }

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

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

background-color css

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

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

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

border-color css

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

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

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