Html Css Color HEX #D0A432 Metallic Gold

📋 copy color: '#D0A432'

red 208 ◦ green 164 ◦ blue 50

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

Shades of Metallic Gold #D0A432

Tints of Metallic Gold #D0A432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 49.29%
G = 38.86%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D0A432 (or 0xD0A432) is known color: Metallic Gold. HEX triplet: D0, A4 and 32. RGB value is (208,164,50). Sum of RGB (Red+Green+Blue) = 208+164+50=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A432 is #2F5BCD. Grayscale: #A4A4A4. Windows color (decimal): -3103694 or 3318992. OLE color: 3318992.

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

Color convert

RGB 208 164 50 -
CMYK 0 0.21 0.76 0.18
HSL 43.29º 0.63% 0.51% -
HSV(B) 43.29º 0.76% 0.82% -
XYZ 39.86 40.19 8.67 -
YUV 164.16 63.58 159.27 -
System Red Green Blue C M Y K H S L
Decimal 208 164 50 0 0.21 0.76 0.18 43.29 0.63 0.51
Hex D0 A4 32 0 15 4C 12 2B 3F 33
Octal 320 244 62 0 25 114 22 53 77 63
Binary 11010000 10100100 110010 0 10101 1001100 10010 101011 111111 110011

Color Harmonies of #D0A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A432

Black with #D0A432

Text Example


Text Example

White with #D0A432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A432; }

 p { color: rgb(208,164,50); }

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

background-color css

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

 a { background-color: rgb(208,164,50); }

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

border-color css

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

 span { border-color: rgb(208,164,50); }

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