#CCBB33

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

Shades of Old Gold #CCBB33

Tints of Old Gold #CCBB33

Color information

#CCBB33 (or 0xCCBB33) is unknown color: approx Old Gold. HEX triplet: CC, BB and 33. RGB value is (204,187,51). Sum of RGB (Red+Green+Blue) = 204+187+51=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 51 (20.31% from 255 or 11.54% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBB33 is #3344CC. Grayscale: #B1B1B1. Windows color (decimal): -3359949 or 3390412. OLE color: 3390412.

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

Color convert

RGB20418751-
CMYK00.080.750.2
HSL53.33º60%50%-
HSV(B)53.33º75%80%-
XYZ43.2748.6210.24-
YUV176.5857.13147.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.15%
GREEN value IS 187 (73.44% from 255) = 42.31%
BLUE value IS 51 (20.31% from 255) = 11.54%
R=46.15%
G=42.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041875100.080.750.253.336050
HexCCBB33084B14353c32
Octal3142736301011324657462
Binary110011001011101111001101000100101110100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBB33; }

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

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

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

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

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

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

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

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