Html Css Color HEX #D0A633 Metallic Gold

📋 copy color: '#D0A633'

red 208 ◦ green 166 ◦ blue 51

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

Shades of Metallic Gold #D0A633

Tints of Metallic Gold #D0A633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12%

R = 48.94%
G = 39.06%
B = 12%

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

#D0A633 (or 0xD0A633) is known color: Metallic Gold. HEX triplet: D0, A6 and 33. RGB value is (208,166,51). Sum of RGB (Red+Green+Blue) = 208+166+51=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A633 is #2F59CC. Grayscale: #A5A5A5. Windows color (decimal): -3103181 or 3385040. OLE color: 3385040.

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

Color convert

RGB 208 166 51 -
CMYK 0 0.20 0.75 0.18
HSL 43.95º 0.63% 0.51% -
HSV(B) 43.95º 0.75% 0.82% -
XYZ 40.25 40.92 8.91 -
YUV 165.45 63.41 158.35 -
System Red Green Blue C M Y K H S L
Decimal 208 166 51 0 0.20 0.75 0.18 43.95 0.63 0.51
Hex D0 A6 33 0 14 4B 12 2C 3F 33
Octal 320 246 63 0 24 113 22 54 77 63
Binary 11010000 10100110 110011 0 10100 1001011 10010 101100 111111 110011

Color Harmonies of #D0A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A633

Black with #D0A633

Text Example


Text Example

White with #D0A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A633; }

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

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

background-color css

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

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

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

border-color css

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

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

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