Html Css Color HEX #D6B92F Metallic Gold

📋 copy color: '#D6B92F'

red 214 ◦ green 185 ◦ blue 47

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

Shades of Metallic Gold #D6B92F

Tints of Metallic Gold #D6B92F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.48%

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

R = 47.98%
G = 41.48%
B = 10.54%

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

#D6B92F (or 0xD6B92F) is known color: Metallic Gold. HEX triplet: D6, B9 and 2F. RGB value is (214,185,47). Sum of RGB (Red+Green+Blue) = 214+185+47=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 47 (18.75% from 255 or 10.54% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B92F is #2946D0. Grayscale: #B2B2B2. Windows color (decimal): -2705105 or 3127766. OLE color: 3127766.

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

Color convert

RGB 214 185 47 -
CMYK 0 0.14 0.78 0.16
HSL 49.58º 0.67% 0.51% -
HSV(B) 49.58º 0.78% 0.84% -
XYZ 45.59 49.2 9.78 -
YUV 177.94 54.11 153.72 -
System Red Green Blue C M Y K H S L
Decimal 214 185 47 0 0.14 0.78 0.16 49.58 0.67 0.51
Hex D6 B9 2F 0 E 4E 10 32 43 33
Octal 326 271 57 0 16 116 20 62 103 63
Binary 11010110 10111001 101111 0 1110 1001110 10000 110010 1000011 110011

Color Harmonies of #D6B92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B92F

Black with #D6B92F

Text Example


Text Example

White with #D6B92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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