Html Css Color HEX #D4B22C Metallic Gold

📋 copy color: '#D4B22C'

red 212 ◦ green 178 ◦ blue 44

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

Shades of Metallic Gold #D4B22C

Tints of Metallic Gold #D4B22C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

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

R = 48.85%
G = 41.01%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4B22C (or 0xD4B22C) is known color: Metallic Gold. HEX triplet: D4, B2 and 2C. RGB value is (212,178,44). Sum of RGB (Red+Green+Blue) = 212+178+44=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B22C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4B22C is #2B4DD3. Grayscale: #ADADAD. Windows color (decimal): -2837972 or 2929364. OLE color: 2929364.

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

Color convert

RGB 212 178 44 -
CMYK 0 0.16 0.79 0.17
HSL 47.86º 0.66% 0.5% -
HSV(B) 47.86º 0.79% 0.83% -
XYZ 43.53 46.02 8.97 -
YUV 172.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 212 178 44 0 0.16 0.79 0.17 47.86 0.66 0.5
Hex D4 B2 2C 0 10 4F 11 30 42 32
Octal 324 262 54 0 20 117 21 60 102 62
Binary 11010100 10110010 101100 0 10000 1001111 10001 110000 1000010 110010

Color Harmonies of #D4B22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B22C

Black with #D4B22C

Text Example


Text Example

White with #D4B22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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