#CCB333

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

Shades of Old Gold #CCB333

Tints of Old Gold #CCB333

Color information

#CCB333 (or 0xCCB333) is unknown color: approx Old Gold. HEX triplet: CC, B3 and 33. RGB value is (204,179,51). Sum of RGB (Red+Green+Blue) = 204+179+51=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 179 (70.31% from 255 or 41.24% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB333 is #334CCC. Grayscale: #ACACAC. Windows color (decimal): -3361997 or 3388364. OLE color: 3388364.

HSL color Cylindrical-coordinate representation of color #CCB333: hue angle of 50.2º 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 #CCB333 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20417951-
CMYK00.120.750.2
HSL50.2º60%50%-
HSV(B)50.2º75%80%-
XYZ41.6245.329.69-
YUV171.8859.78150.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 179 (70.31% from 255) = 41.24%
BLUE value IS 51 (20.31% from 255) = 11.75%
R=47.00%
G=41.24%
B=11.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041795100.120.750.250.26050
HexCCB3330C4B14323c32
Octal3142636301411324627462
Binary110011001011001111001101100100101110100110010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB333; }

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

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

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

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

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

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

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

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