Html Css Color HEX #D8AE2D Metallic Gold

📋 copy color: '#D8AE2D'

red 216 ◦ green 174 ◦ blue 45

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

Shades of Metallic Gold #D8AE2D

Tints of Metallic Gold #D8AE2D

RGB

 RED value IS 216 (84.77% from 255) = 49.66%

 GREEN value IS 174 (68.36% from 255) = 40%

 BLUE value IS 45 (17.97% from 255) = 10.34%

R = 49.66%
G = 40%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D8AE2D (or 0xD8AE2D) is known color: Metallic Gold. HEX triplet: D8, AE and 2D. RGB value is (216,174,45). Sum of RGB (Red+Green+Blue) = 216+174+45=435 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.66% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 45 (17.97% from 255 or 10.34% from 435); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D8AE2D is #2751D2. Grayscale: #ACACAC. Windows color (decimal): -2576851 or 2993880. OLE color: 2993880.

HSL color Cylindrical-coordinate representation of color #D8AE2D: hue angle of 45.26º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8AE2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 174 45 -
CMYK 0 0.19 0.79 0.15
HSL 45.26º 0.69% 0.51% -
HSV(B) 45.26º 0.79% 0.85% -
XYZ 43.93 45.06 8.86 -
YUV 171.85 56.41 159.49 -
System Red Green Blue C M Y K H S L
Decimal 216 174 45 0 0.19 0.79 0.15 45.26 0.69 0.51
Hex D8 AE 2D 0 13 4F F 2D 45 33
Octal 330 256 55 0 23 117 17 55 105 63
Binary 11011000 10101110 101101 0 10011 1001111 1111 101101 1000101 110011

Color Harmonies of #D8AE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AE2D

Black with #D8AE2D

Text Example


Text Example

White with #D8AE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AE2D; }

 p { color: rgb(216,174,45); }

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

background-color css

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

 a { background-color: rgb(216,174,45); }

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

border-color css

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

 span { border-color: rgb(216,174,45); }

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