#CCB338

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

Shades of Old Gold #CCB338

Tints of Old Gold #CCB338

Color information

#CCB338 (or 0xCCB338) is unknown color: approx Old Gold. HEX triplet: CC, B3 and 38. RGB value is (204,179,56). Sum of RGB (Red+Green+Blue) = 204+179+56=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB338 is #334CC7. Grayscale: #ACACAC. Windows color (decimal): -3361992 or 3716044. OLE color: 3716044.

HSL color Cylindrical-coordinate representation of color #CCB338: hue angle of 49.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCB338 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB20417956-
CMYK00.120.730.2
HSL49.86º59.2%50.98%-
HSV(B)49.86º72.55%80%-
XYZ41.7445.3610.3-
YUV172.4562.28150.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 179 (70.31% from 255) = 40.77%
BLUE value IS 56 (22.27% from 255) = 12.76%
R=46.47%
G=40.77%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041795600.120.730.249.8659.250.98
HexCCB3380C4914323b33
Octal3142637001411124627363
Binary110011001011001111100001100100100110100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB338; }

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

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

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

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

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

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

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

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