Html Css Color HEX #D4B82C Metallic Gold

📋 copy color: '#D4B82C'

red 212 ◦ green 184 ◦ blue 44

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

Shades of Metallic Gold #D4B82C

Tints of Metallic Gold #D4B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.82%

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

R = 48.18%
G = 41.82%
B = 10%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4B82C (or 0xD4B82C) is known color: Metallic Gold. HEX triplet: D4, B8 and 2C. RGB value is (212,184,44). Sum of RGB (Red+Green+Blue) = 212+184+44=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B82C is #2B47D3. Grayscale: #B0B0B0. Windows color (decimal): -2836436 or 2930900. OLE color: 2930900.

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

Color convert

RGB 212 184 44 -
CMYK 0 0.13 0.79 0.17
HSL 50º 0.66% 0.5% -
HSV(B) 50º 0.79% 0.83% -
XYZ 44.75 48.46 9.38 -
YUV 176.41 53.28 153.38 -
System Red Green Blue C M Y K H S L
Decimal 212 184 44 0 0.13 0.79 0.17 50 0.66 0.5
Hex D4 B8 2C 0 D 4F 11 32 42 32
Octal 324 270 54 0 15 117 21 62 102 62
Binary 11010100 10111000 101100 0 1101 1001111 10001 110010 1000010 110010

Color Harmonies of #D4B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B82C

Black with #D4B82C

Text Example


Text Example

White with #D4B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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