Html Css Color HEX #D0A433 Metallic Gold

📋 copy color: '#D0A433'

red 208 ◦ green 164 ◦ blue 51

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

Shades of Metallic Gold #D0A433

Tints of Metallic Gold #D0A433

RGB

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

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

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

R = 49.17%
G = 38.77%
B = 12.06%

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

#D0A433 (or 0xD0A433) is known color: Metallic Gold. HEX triplet: D0, A4 and 33. RGB value is (208,164,51). Sum of RGB (Red+Green+Blue) = 208+164+51=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 51 (20.31% from 255 or 12.06% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A433 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A433 is #2F5BCC. Grayscale: #A4A4A4. Windows color (decimal): -3103693 or 3384528. OLE color: 3384528.

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

Color convert

RGB 208 164 51 -
CMYK 0 0.21 0.75 0.18
HSL 43.18º 0.63% 0.51% -
HSV(B) 43.18º 0.75% 0.82% -
XYZ 39.89 40.2 8.79 -
YUV 164.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 208 164 51 0 0.21 0.75 0.18 43.18 0.63 0.51
Hex D0 A4 33 0 15 4B 12 2B 3F 33
Octal 320 244 63 0 25 113 22 53 77 63
Binary 11010000 10100100 110011 0 10101 1001011 10010 101011 111111 110011

Color Harmonies of #D0A433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A433

Black with #D0A433

Text Example


Text Example

White with #D0A433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A433; }

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

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

background-color css

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

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

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

border-color css

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

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

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