Html Css Color HEX #D4AD2D Metallic Gold

📋 copy color: '#D4AD2D'

red 212 ◦ green 173 ◦ blue 45

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

Shades of Metallic Gold #D4AD2D

Tints of Metallic Gold #D4AD2D

RGB

 RED value IS 212 (83.2% from 255) = 49.3%

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

 BLUE value IS 45 (17.97% from 255) = 10.47%

R = 49.3%
G = 40.23%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4AD2D (or 0xD4AD2D) is known color: Metallic Gold. HEX triplet: D4, AD and 2D. RGB value is (212,173,45). Sum of RGB (Red+Green+Blue) = 212+173+45=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD2D is #2B52D2. Grayscale: #AAAAAA. Windows color (decimal): -2839251 or 2993620. OLE color: 2993620.

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

Color convert

RGB 212 173 45 -
CMYK 0 0.18 0.79 0.17
HSL 45.99º 0.66% 0.5% -
HSV(B) 45.99º 0.79% 0.83% -
XYZ 42.57 44.07 8.75 -
YUV 170.07 57.42 157.91 -
System Red Green Blue C M Y K H S L
Decimal 212 173 45 0 0.18 0.79 0.17 45.99 0.66 0.5
Hex D4 AD 2D 0 12 4F 11 2E 42 32
Octal 324 255 55 0 22 117 21 56 102 62
Binary 11010100 10101101 101101 0 10010 1001111 10001 101110 1000010 110010

Color Harmonies of #D4AD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD2D

Black with #D4AD2D

Text Example


Text Example

White with #D4AD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD2D; }

 p { color: rgb(212,173,45); }

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

background-color css

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

 a { background-color: rgb(212,173,45); }

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

border-color css

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

 span { border-color: rgb(212,173,45); }

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