#CCB33E

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

Shades of Old Gold #CCB33E

Tints of Old Gold #CCB33E

Color information

#CCB33E (or 0xCCB33E) is unknown color: approx Old Gold. HEX triplet: CC, B3 and 3E. RGB value is (204,179,62). Sum of RGB (Red+Green+Blue) = 204+179+62=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 62 (24.61% from 255 or 13.93% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB33E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB33E is #334CC1. Grayscale: #ADADAD. Windows color (decimal): -3361986 or 4109260. OLE color: 4109260.

HSL color Cylindrical-coordinate representation of color #CCB33E: hue angle of 49.44º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB33E is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20417962-
CMYK00.120.700.2
HSL49.44º58.2%52.16%-
HSV(B)49.44º69.61%80%-
XYZ41.8945.4311.12-
YUV173.1465.28150.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 179 (70.31% from 255) = 40.22%
BLUE value IS 62 (24.61% from 255) = 13.93%
R=45.84%
G=40.22%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041796200.120.700.249.4458.252.16
HexCCB33E0C4614313a34
Octal3142637601410624617264
Binary110011001011001111111001100100011010100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB33E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB33E; }

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

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

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

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

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

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

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

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