Html Css Color HEX #D6B42B Metallic Gold

📋 copy color: '#D6B42B'

red 214 ◦ green 180 ◦ blue 43

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

Shades of Metallic Gold #D6B42B

Tints of Metallic Gold #D6B42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 9.84%

R = 48.97%
G = 41.19%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6B42B (or 0xD6B42B) is known color: Metallic Gold. HEX triplet: D6, B4 and 2B. RGB value is (214,180,43). Sum of RGB (Red+Green+Blue) = 214+180+43=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B42B is #294BD4. Grayscale: #AFAFAF. Windows color (decimal): -2706389 or 2864342. OLE color: 2864342.

HSL color Cylindrical-coordinate representation of color #D6B42B: hue angle of 48.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6B42B is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 43 -
CMYK 0 0.16 0.80 0.16
HSL 48.07º 0.68% 0.5% -
HSV(B) 48.07º 0.8% 0.84% -
XYZ 44.49 47.11 9.03 -
YUV 174.55 53.76 156.14 -
System Red Green Blue C M Y K H S L
Decimal 214 180 43 0 0.16 0.80 0.16 48.07 0.68 0.5
Hex D6 B4 2B 0 10 50 10 30 44 32
Octal 326 264 53 0 20 120 20 60 104 62
Binary 11010110 10110100 101011 0 10000 1010000 10000 110000 1000100 110010

Color Harmonies of #D6B42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B42B

Black with #D6B42B

Text Example


Text Example

White with #D6B42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B42B; }

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

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

background-color css

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

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

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

border-color css

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

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

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