Html Css Color HEX #D2A830 Metallic Gold

📋 copy color: '#D2A830'

red 210 ◦ green 168 ◦ blue 48

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

Shades of Metallic Gold #D2A830

Tints of Metallic Gold #D2A830

RGB

 RED value IS 210 (82.42% from 255) = 49.3%

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 48 (19.14% from 255) = 11.27%

R = 49.3%
G = 39.44%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D2A830 (or 0xD2A830) is known color: Metallic Gold. HEX triplet: D2, A8 and 30. RGB value is (210,168,48). Sum of RGB (Red+Green+Blue) = 210+168+48=426 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.30% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 48 (19.14% from 255 or 11.27% from 426); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A830 is #2D57CF. Grayscale: #A7A7A7. Windows color (decimal): -2971600 or 3188946. OLE color: 3188946.

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

Color convert

RGB 210 168 48 -
CMYK 0 0.2 0.77 0.18
HSL 44.44º 0.64% 0.51% -
HSV(B) 44.44º 0.77% 0.82% -
XYZ 41.11 41.92 8.72 -
YUV 166.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 210 168 48 0 0.2 0.77 0.18 44.44 0.64 0.51
Hex D2 A8 30 0 14 4D 12 2C 40 33
Octal 322 250 60 0 24 115 22 54 100 63
Binary 11010010 10101000 110000 0 10100 1001101 10010 101100 1000000 110011

Color Harmonies of #D2A830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A830

Black with #D2A830

Text Example


Text Example

White with #D2A830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A830; }

 p { color: rgb(210,168,48); }

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

background-color css

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

 a { background-color: rgb(210,168,48); }

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

border-color css

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

 span { border-color: rgb(210,168,48); }

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