Html Css Color HEX #D6B42F Metallic Gold

📋 copy color: '#D6B42F'

red 214 ◦ green 180 ◦ blue 47

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

Shades of Metallic Gold #D6B42F

Tints of Metallic Gold #D6B42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.66%

R = 48.53%
G = 40.82%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6B42F (or 0xD6B42F) is known color: Metallic Gold. HEX triplet: D6, B4 and 2F. RGB value is (214,180,47). Sum of RGB (Red+Green+Blue) = 214+180+47=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B42F is #294BD0. Grayscale: #AFAFAF. Windows color (decimal): -2706385 or 3126486. OLE color: 3126486.

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

Color convert

RGB 214 180 47 -
CMYK 0 0.16 0.78 0.16
HSL 47.78º 0.67% 0.51% -
HSV(B) 47.78º 0.78% 0.84% -
XYZ 44.57 47.14 9.44 -
YUV 175 55.76 155.81 -
System Red Green Blue C M Y K H S L
Decimal 214 180 47 0 0.16 0.78 0.16 47.78 0.67 0.51
Hex D6 B4 2F 0 10 4E 10 30 43 33
Octal 326 264 57 0 20 116 20 60 103 63
Binary 11010110 10110100 101111 0 10000 1001110 10000 110000 1000011 110011

Color Harmonies of #D6B42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B42F

Black with #D6B42F

Text Example


Text Example

White with #D6B42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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