#D6BC38

Color #D6BC38 Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #D6BC38

Tints of Old Gold #D6BC38

Color information

#D6BC38 (or 0xD6BC38) is unknown color: approx Old Gold. HEX triplet: D6, BC and 38. RGB value is (214,188,56). Sum of RGB (Red+Green+Blue) = 214+188+56=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 56 (22.27% from 255 or 12.23% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BC38 is #2943C7. Grayscale: #B5B5B5. Windows color (decimal): -2704328 or 3718358. OLE color: 3718358.

HSL color Cylindrical-coordinate representation of color #D6BC38: hue angle of 50.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6BC38 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB21418856-
CMYK00.120.740.16
HSL50.13º65.83%52.94%-
HSV(B)50.13º73.83%83.92%-
XYZ46.4350.5511.05-
YUV180.7357.61151.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.72%
GREEN value IS 188 (73.83% from 255) = 41.05%
BLUE value IS 56 (22.27% from 255) = 12.23%
R=46.72%
G=41.05%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141885600.120.740.1650.1365.8352.94
HexD6BC380C4A10324235
Octal32627470014112206210265
Binary1101011010111100111000011001001010100001100101000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BC38; }

 p { color: rgb(214,188,56); }

 H1.HeaderClassName
 {
   color: #D6BC38;
 }
 .AnyTagClassName
 {
   color: #D6BC38;
 }
</style>
background-color css

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

 a { background-color: rgb(214,188,56); }

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

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

 span { border-color: rgb(214,188,56); }

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