#D6B938

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

Shades of Old Gold #D6B938

Tints of Old Gold #D6B938

Color information

#D6B938 (or 0xD6B938) is unknown color: approx Old Gold. HEX triplet: D6, B9 and 38. RGB value is (214,185,56). Sum of RGB (Red+Green+Blue) = 214+185+56=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B938 is #2946C7. Grayscale: #B3B3B3. Windows color (decimal): -2705096 or 3717590. OLE color: 3717590.

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

Color convert

RGB21418556-
CMYK00.140.740.16
HSL48.99º65.83%52.94%-
HSV(B)48.99º73.83%83.92%-
XYZ45.7949.2810.84-
YUV178.9658.61152.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 185 (72.66% from 255) = 40.66%
BLUE value IS 56 (22.27% from 255) = 12.31%
R=47.03%
G=40.66%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141855600.140.740.1648.9965.8352.94
HexD6B9380E4A10314235
Octal32627170016112206110265
Binary1101011010111001111000011101001010100001100011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B938; }

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

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

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

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

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

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

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

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