#D6BB35

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

Shades of Old Gold #D6BB35

Tints of Old Gold #D6BB35

Color information

#D6BB35 (or 0xD6BB35) is unknown color: approx Old Gold. HEX triplet: D6, BB and 35. RGB value is (214,187,53). Sum of RGB (Red+Green+Blue) = 214+187+53=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 53 (21.09% from 255 or 11.67% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB35 is #2944CA. Grayscale: #B4B4B4. Windows color (decimal): -2704587 or 3521494. OLE color: 3521494.

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

Color convert

RGB21418753-
CMYK00.130.750.16
HSL49.94º66.26%52.35%-
HSV(B)49.94º75.23%83.92%-
XYZ46.1450.0910.61-
YUV179.856.45152.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 53 (21.09% from 255) = 11.67%
R=47.14%
G=41.19%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141875300.130.750.1649.9466.2652.35
HexD6BB350D4B10324234
Octal32627365015113206210264
Binary1101011010111011110101011011001011100001100101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB35; }

 p { color: rgb(214,187,53); }

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

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

 a { background-color: rgb(214,187,53); }

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

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

 span { border-color: rgb(214,187,53); }

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