Html Css Color HEX #D6B42E Metallic Gold

📋 copy color: '#D6B42E'

red 214 ◦ green 180 ◦ blue 46

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

Shades of Metallic Gold #D6B42E

Tints of Metallic Gold #D6B42E

RGB

 RED value IS 214 (83.98% from 255) = 48.64%

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 46 (18.36% from 255) = 10.45%

R = 48.64%
G = 40.91%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6B42E (or 0xD6B42E) is known color: Metallic Gold. HEX triplet: D6, B4 and 2E. RGB value is (214,180,46). Sum of RGB (Red+Green+Blue) = 214+180+46=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B42E is #294BD1. Grayscale: #AFAFAF. Windows color (decimal): -2706386 or 3060950. OLE color: 3060950.

HSL color Cylindrical-coordinate representation of color #D6B42E: hue angle of 47.86º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B42E is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 46 -
CMYK 0 0.16 0.79 0.16
HSL 47.86º 0.67% 0.51% -
HSV(B) 47.86º 0.79% 0.84% -
XYZ 44.55 47.14 9.34 -
YUV 174.89 55.26 155.9 -
System Red Green Blue C M Y K H S L
Decimal 214 180 46 0 0.16 0.79 0.16 47.86 0.67 0.51
Hex D6 B4 2E 0 10 4F 10 30 43 33
Octal 326 264 56 0 20 117 20 60 103 63
Binary 11010110 10110100 101110 0 10000 1001111 10000 110000 1000011 110011

Color Harmonies of #D6B42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B42E

Black with #D6B42E

Text Example


Text Example

White with #D6B42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B42E; }

 p { color: rgb(214,180,46); }

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

background-color css

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

 a { background-color: rgb(214,180,46); }

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

border-color css

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

 span { border-color: rgb(214,180,46); }

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