Html Css Color HEX #D6B730 Metallic Gold

📋 copy color: '#D6B730'

red 214 ◦ green 183 ◦ blue 48

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

Shades of Metallic Gold #D6B730

Tints of Metallic Gold #D6B730

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.12%

 BLUE value IS 48 (19.14% from 255) = 10.79%

R = 48.09%
G = 41.12%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6B730 (or 0xD6B730) is known color: Metallic Gold. HEX triplet: D6, B7 and 30. RGB value is (214,183,48). Sum of RGB (Red+Green+Blue) = 214+183+48=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 48 (19.14% from 255 or 10.79% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B730 is #2948CF. Grayscale: #B1B1B1. Windows color (decimal): -2705616 or 3192790. OLE color: 3192790.

HSL color Cylindrical-coordinate representation of color #D6B730: hue angle of 48.8º 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 #D6B730 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 48 -
CMYK 0 0.14 0.78 0.16
HSL 48.8º 0.67% 0.51% -
HSV(B) 48.8º 0.78% 0.84% -
XYZ 45.2 48.38 9.75 -
YUV 176.88 55.27 154.48 -
System Red Green Blue C M Y K H S L
Decimal 214 183 48 0 0.14 0.78 0.16 48.8 0.67 0.51
Hex D6 B7 30 0 E 4E 10 31 43 33
Octal 326 267 60 0 16 116 20 61 103 63
Binary 11010110 10110111 110000 0 1110 1001110 10000 110001 1000011 110011

Color Harmonies of #D6B730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B730

Black with #D6B730

Text Example


Text Example

White with #D6B730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B730; }

 p { color: rgb(214,183,48); }

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

background-color css

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

 a { background-color: rgb(214,183,48); }

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

border-color css

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

 span { border-color: rgb(214,183,48); }

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