Html Css Color HEX #D4A83B Metallic Gold

📋 copy color: '#D4A83B'

red 212 ◦ green 168 ◦ blue 59

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

Shades of Metallic Gold #D4A83B

Tints of Metallic Gold #D4A83B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.27%

 BLUE value IS 59 (23.44% from 255) = 13.44%

R = 48.29%
G = 38.27%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4A83B (or 0xD4A83B) is known color: Metallic Gold. HEX triplet: D4, A8 and 3B. RGB value is (212,168,59). Sum of RGB (Red+Green+Blue) = 212+168+59=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A83B is #2B57C4. Grayscale: #A9A9A9. Windows color (decimal): -2840517 or 3909844. OLE color: 3909844.

HSL color Cylindrical-coordinate representation of color #D4A83B: hue angle of 42.75º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4A83B is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 168 59 -
CMYK 0 0.21 0.72 0.17
HSL 42.75º 0.64% 0.53% -
HSV(B) 42.75º 0.72% 0.83% -
XYZ 41.94 42.32 10.1 -
YUV 168.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 212 168 59 0 0.21 0.72 0.17 42.75 0.64 0.53
Hex D4 A8 3B 0 15 48 11 2B 40 35
Octal 324 250 73 0 25 110 21 53 100 65
Binary 11010100 10101000 111011 0 10101 1001000 10001 101011 1000000 110101

Color Harmonies of #D4A83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A83B

Black with #D4A83B

Text Example


Text Example

White with #D4A83B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A83B; }

 p { color: rgb(212,168,59); }

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

background-color css

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

 a { background-color: rgb(212,168,59); }

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

border-color css

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

 span { border-color: rgb(212,168,59); }

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