Html Css Color HEX #D0A634 Metallic Gold

📋 copy color: '#D0A634'

red 208 ◦ green 166 ◦ blue 52

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

Shades of Metallic Gold #D0A634

Tints of Metallic Gold #D0A634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.21%

R = 48.83%
G = 38.97%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D0A634 (or 0xD0A634) is known color: Metallic Gold. HEX triplet: D0, A6 and 34. RGB value is (208,166,52). Sum of RGB (Red+Green+Blue) = 208+166+52=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 166 (65.23% from 255 or 38.97% from 426); Blue value is 52 (20.70% from 255 or 12.21% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A634 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A634 is #2F59CB. Grayscale: #A6A6A6. Windows color (decimal): -3103180 or 3450576. OLE color: 3450576.

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

Color convert

RGB 208 166 52 -
CMYK 0 0.20 0.75 0.18
HSL 43.85º 0.62% 0.51% -
HSV(B) 43.85º 0.75% 0.82% -
XYZ 40.27 40.93 9.03 -
YUV 165.56 63.91 158.27 -
System Red Green Blue C M Y K H S L
Decimal 208 166 52 0 0.20 0.75 0.18 43.85 0.62 0.51
Hex D0 A6 34 0 14 4B 12 2C 3E 33
Octal 320 246 64 0 24 113 22 54 76 63
Binary 11010000 10100110 110100 0 10100 1001011 10010 101100 111110 110011

Color Harmonies of #D0A634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A634

Black with #D0A634

Text Example


Text Example

White with #D0A634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A634; }

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

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

background-color css

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

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

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

border-color css

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

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

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