Html Css Color HEX #D0AD2B Metallic Gold

📋 copy color: '#D0AD2B'

red 208 ◦ green 173 ◦ blue 43

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

Shades of Metallic Gold #D0AD2B

Tints of Metallic Gold #D0AD2B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 43 (17.19% from 255) = 10.14%

R = 49.06%
G = 40.8%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0AD2B (or 0xD0AD2B) is known color: Metallic Gold. HEX triplet: D0, AD and 2B. RGB value is (208,173,43). Sum of RGB (Red+Green+Blue) = 208+173+43=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 43 (17.19% from 255 or 10.14% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD2B is #2F52D4. Grayscale: #A9A9A9. Windows color (decimal): -3101397 or 2862544. OLE color: 2862544.

HSL color Cylindrical-coordinate representation of color #D0AD2B: hue angle of 47.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0AD2B is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 43 -
CMYK 0 0.17 0.79 0.18
HSL 47.27º 0.66% 0.49% -
HSV(B) 47.27º 0.79% 0.82% -
XYZ 41.39 43.47 8.49 -
YUV 168.65 57.1 156.07 -
System Red Green Blue C M Y K H S L
Decimal 208 173 43 0 0.17 0.79 0.18 47.27 0.66 0.49
Hex D0 AD 2B 0 11 4F 12 2F 42 31
Octal 320 255 53 0 21 117 22 57 102 61
Binary 11010000 10101101 101011 0 10001 1001111 10010 101111 1000010 110001

Color Harmonies of #D0AD2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD2B

Black with #D0AD2B

Text Example


Text Example

White with #D0AD2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD2B; }

 p { color: rgb(208,173,43); }

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

background-color css

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

 a { background-color: rgb(208,173,43); }

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

border-color css

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

 span { border-color: rgb(208,173,43); }

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