#CCBA33

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

Shades of Old Gold #CCBA33

Tints of Old Gold #CCBA33

Color information

#CCBA33 (or 0xCCBA33) is unknown color: approx Old Gold. HEX triplet: CC, BA and 33. RGB value is (204,186,51). Sum of RGB (Red+Green+Blue) = 204+186+51=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA33 is #3345CC. Grayscale: #B0B0B0. Windows color (decimal): -3360205 or 3390156. OLE color: 3390156.

HSL color Cylindrical-coordinate representation of color #CCBA33: hue angle of 52.94º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCBA33 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20418651-
CMYK00.090.750.2
HSL52.94º60%50%-
HSV(B)52.94º75%80%-
XYZ43.0648.1910.16-
YUV175.9957.46147.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 186 (73.05% from 255) = 42.18%
BLUE value IS 51 (20.31% from 255) = 11.56%
R=46.26%
G=42.18%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041865100.090.750.252.946050
HexCCBA33094B14353c32
Octal3142726301111324657462
Binary110011001011101011001101001100101110100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA33; }

 p { color: rgb(204,186,51); }

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

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

 a { background-color: rgb(204,186,51); }

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

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

 span { border-color: rgb(204,186,51); }

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