Html Css Color HEX #D4B12C Metallic Gold

📋 copy color: '#D4B12C'

red 212 ◦ green 177 ◦ blue 44

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

Shades of Metallic Gold #D4B12C

Tints of Metallic Gold #D4B12C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.88%

 BLUE value IS 44 (17.58% from 255) = 10.16%

R = 48.96%
G = 40.88%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4B12C (or 0xD4B12C) is known color: Metallic Gold. HEX triplet: D4, B1 and 2C. RGB value is (212,177,44). Sum of RGB (Red+Green+Blue) = 212+177+44=433 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.96% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B12C is #2B4ED3. Grayscale: #ACACAC. Windows color (decimal): -2838228 or 2929108. OLE color: 2929108.

HSL color Cylindrical-coordinate representation of color #D4B12C: hue angle of 47.5º 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 #D4B12C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 177 44 -
CMYK 0 0.17 0.79 0.17
HSL 47.5º 0.66% 0.5% -
HSV(B) 47.5º 0.79% 0.83% -
XYZ 43.33 45.62 8.91 -
YUV 172.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 212 177 44 0 0.17 0.79 0.17 47.5 0.66 0.5
Hex D4 B1 2C 0 11 4F 11 30 42 32
Octal 324 261 54 0 21 117 21 60 102 62
Binary 11010100 10110001 101100 0 10001 1001111 10001 110000 1000010 110010

Color Harmonies of #D4B12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B12C

Black with #D4B12C

Text Example


Text Example

White with #D4B12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B12C; }

 p { color: rgb(212,177,44); }

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

background-color css

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

 a { background-color: rgb(212,177,44); }

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

border-color css

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

 span { border-color: rgb(212,177,44); }

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