Html Css Color HEX #D0A535 Metallic Gold

📋 copy color: '#D0A535'

red 208 ◦ green 165 ◦ blue 53

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

Shades of Metallic Gold #D0A535

Tints of Metallic Gold #D0A535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 48.83%
G = 38.73%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0A535 (or 0xD0A535) is known color: Metallic Gold. HEX triplet: D0, A5 and 35. RGB value is (208,165,53). Sum of RGB (Red+Green+Blue) = 208+165+53=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A535 is #2F5ACA. Grayscale: #A5A5A5. Windows color (decimal): -3103435 or 3515856. OLE color: 3515856.

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

Color convert

RGB 208 165 53 -
CMYK 0 0.21 0.75 0.18
HSL 43.35º 0.62% 0.51% -
HSV(B) 43.35º 0.75% 0.82% -
XYZ 40.11 40.58 9.09 -
YUV 165.09 64.75 158.61 -
System Red Green Blue C M Y K H S L
Decimal 208 165 53 0 0.21 0.75 0.18 43.35 0.62 0.51
Hex D0 A5 35 0 15 4B 12 2B 3E 33
Octal 320 245 65 0 25 113 22 53 76 63
Binary 11010000 10100101 110101 0 10101 1001011 10010 101011 111110 110011

Color Harmonies of #D0A535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A535

Black with #D0A535

Text Example


Text Example

White with #D0A535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A535; }

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

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

background-color css

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

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

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

border-color css

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

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

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