Html Css Color HEX #D4B42C Metallic Gold

📋 copy color: '#D4B42C'

red 212 ◦ green 180 ◦ blue 44

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

Shades of Metallic Gold #D4B42C

Tints of Metallic Gold #D4B42C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 48.62%
G = 41.28%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4B42C (or 0xD4B42C) is known color: Metallic Gold. HEX triplet: D4, B4 and 2C. RGB value is (212,180,44). Sum of RGB (Red+Green+Blue) = 212+180+44=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B42C is #2B4BD3. Grayscale: #AEAEAE. Windows color (decimal): -2837460 or 2929876. OLE color: 2929876.

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

Color convert

RGB 212 180 44 -
CMYK 0 0.15 0.79 0.17
HSL 48.57º 0.66% 0.5% -
HSV(B) 48.57º 0.79% 0.83% -
XYZ 43.93 46.82 9.11 -
YUV 174.06 54.6 155.06 -
System Red Green Blue C M Y K H S L
Decimal 212 180 44 0 0.15 0.79 0.17 48.57 0.66 0.5
Hex D4 B4 2C 0 F 4F 11 31 42 32
Octal 324 264 54 0 17 117 21 61 102 62
Binary 11010100 10110100 101100 0 1111 1001111 10001 110001 1000010 110010

Color Harmonies of #D4B42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B42C

Black with #D4B42C

Text Example


Text Example

White with #D4B42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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