#D6BB33

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

Shades of Old Gold #D6BB33

Tints of Old Gold #D6BB33

Color information

#D6BB33 (or 0xD6BB33) is unknown color: approx Old Gold. HEX triplet: D6, BB and 33. RGB value is (214,187,51). Sum of RGB (Red+Green+Blue) = 214+187+51=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 51 (20.31% from 255 or 11.28% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6BB33 is #2944CC. Grayscale: #B4B4B4. Windows color (decimal): -2704589 or 3390422. OLE color: 3390422.

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

Color convert

RGB21418751-
CMYK00.130.760.16
HSL50.06º66.53%51.96%-
HSV(B)50.06º76.17%83.92%-
XYZ46.150.0810.37-
YUV179.5755.45152.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.35%
GREEN value IS 187 (73.44% from 255) = 41.37%
BLUE value IS 51 (20.31% from 255) = 11.28%
R=47.35%
G=41.37%
B=11.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141875100.130.760.1650.0666.5351.96
HexD6BB330D4C10324334
Octal32627363015114206210364
Binary1101011010111011110011011011001100100001100101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BB33; }

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

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

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

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

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

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

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

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