Html Css Color HEX #D4B62C Metallic Gold

📋 copy color: '#D4B62C'

red 212 ◦ green 182 ◦ blue 44

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

Shades of Metallic Gold #D4B62C

Tints of Metallic Gold #D4B62C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.55%

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

R = 48.4%
G = 41.55%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4B62C (or 0xD4B62C) is known color: Metallic Gold. HEX triplet: D4, B6 and 2C. RGB value is (212,182,44). Sum of RGB (Red+Green+Blue) = 212+182+44=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 182 (71.48% from 255 or 41.55% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B62C is #2B49D3. Grayscale: #AFAFAF. Windows color (decimal): -2836948 or 2930388. OLE color: 2930388.

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

Color convert

RGB 212 182 44 -
CMYK 0 0.14 0.79 0.17
HSL 49.29º 0.66% 0.5% -
HSV(B) 49.29º 0.79% 0.83% -
XYZ 44.33 47.63 9.24 -
YUV 175.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 212 182 44 0 0.14 0.79 0.17 49.29 0.66 0.5
Hex D4 B6 2C 0 E 4F 11 31 42 32
Octal 324 266 54 0 16 117 21 61 102 62
Binary 11010100 10110110 101100 0 1110 1001111 10001 110001 1000010 110010

Color Harmonies of #D4B62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B62C

Black with #D4B62C

Text Example


Text Example

White with #D4B62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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