Html Css Color HEX #D4A236 Metallic Gold

📋 copy color: '#D4A236'

red 212 ◦ green 162 ◦ blue 54

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

Shades of Metallic Gold #D4A236

Tints of Metallic Gold #D4A236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.85%

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 49.53%
G = 37.85%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D4A236 (or 0xD4A236) is known color: Metallic Gold. HEX triplet: D4, A2 and 36. RGB value is (212,162,54). Sum of RGB (Red+Green+Blue) = 212+162+54=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A236 is #2B5DC9. Grayscale: #A5A5A5. Windows color (decimal): -2842058 or 3580628. OLE color: 3580628.

HSL color Cylindrical-coordinate representation of color #D4A236: hue angle of 41.01º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4A236 is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 162 54 -
CMYK 0 0.24 0.75 0.17
HSL 41.01º 0.65% 0.52% -
HSV(B) 41.01º 0.75% 0.83% -
XYZ 40.74 40.1 9.08 -
YUV 164.64 65.57 161.78 -
System Red Green Blue C M Y K H S L
Decimal 212 162 54 0 0.24 0.75 0.17 41.01 0.65 0.52
Hex D4 A2 36 0 18 4B 11 29 41 34
Octal 324 242 66 0 30 113 21 51 101 64
Binary 11010100 10100010 110110 0 11000 1001011 10001 101001 1000001 110100

Color Harmonies of #D4A236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A236

Black with #D4A236

Text Example


Text Example

White with #D4A236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A236; }

 p { color: rgb(212,162,54); }

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

background-color css

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

 a { background-color: rgb(212,162,54); }

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

border-color css

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

 span { border-color: rgb(212,162,54); }

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