Html Css Color HEX #D4A541 Metallic Gold

📋 copy color: '#D4A541'

red 212 ◦ green 165 ◦ blue 65

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

Shades of Metallic Gold #D4A541

Tints of Metallic Gold #D4A541

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 65 (25.78% from 255) = 14.71%

R = 47.96%
G = 37.33%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D4A541 (or 0xD4A541) is known color: Metallic Gold. HEX triplet: D4, A5 and 41. RGB value is (212,165,65). Sum of RGB (Red+Green+Blue) = 212+165+65=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 65 (25.78% from 255 or 14.71% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A541 is #2B5ABE. Grayscale: #A8A8A8. Windows color (decimal): -2841279 or 4302292. OLE color: 4302292.

HSL color Cylindrical-coordinate representation of color #D4A541: hue angle of 40.82º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4A541 is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 165 65 -
CMYK 0 0.22 0.69 0.17
HSL 40.82º 0.63% 0.54% -
HSV(B) 40.82º 0.69% 0.83% -
XYZ 41.56 41.29 10.78 -
YUV 167.65 70.07 159.63 -
System Red Green Blue C M Y K H S L
Decimal 212 165 65 0 0.22 0.69 0.17 40.82 0.63 0.54
Hex D4 A5 41 0 16 45 11 29 3F 36
Octal 324 245 101 0 26 105 21 51 77 66
Binary 11010100 10100101 1000001 0 10110 1000101 10001 101001 111111 110110

Color Harmonies of #D4A541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A541

Black with #D4A541

Text Example


Text Example

White with #D4A541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A541; }

 p { color: rgb(212,165,65); }

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

background-color css

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

 a { background-color: rgb(212,165,65); }

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

border-color css

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

 span { border-color: rgb(212,165,65); }

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