#CCBC33

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

Shades of Old Gold #CCBC33

Tints of Old Gold #CCBC33

Color information

#CCBC33 (or 0xCCBC33) is unknown color: approx Old Gold. HEX triplet: CC, BC and 33. RGB value is (204,188,51). Sum of RGB (Red+Green+Blue) = 204+188+51=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC33 is #3343CC. Grayscale: #B1B1B1. Windows color (decimal): -3359693 or 3390668. OLE color: 3390668.

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

Color convert

RGB20418851-
CMYK00.080.750.2
HSL53.73º60%50%-
HSV(B)53.73º75%80%-
XYZ43.4849.0410.31-
YUV177.1756.8147.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 188 (73.83% from 255) = 42.44%
BLUE value IS 51 (20.31% from 255) = 11.51%
R=46.05%
G=42.44%
B=11.51%

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
Decimal2041885100.080.750.253.736050
HexCCBC33084B14363c32
Octal3142746301011324667462
Binary110011001011110011001101000100101110100110110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC33; }

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

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

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

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

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

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

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

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