#CCB246

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

Shades of Old Gold #CCB246

Tints of Old Gold #CCB246

Color information

#CCB246 (or 0xCCB246) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 46. RGB value is (204,178,70). Sum of RGB (Red+Green+Blue) = 204+178+70=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB246 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB246 is #334DB9. Grayscale: #ADADAD. Windows color (decimal): -3362234 or 4633292. OLE color: 4633292.

HSL color Cylindrical-coordinate representation of color #CCB246: hue angle of 48.36º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB246 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB20417870-
CMYK00.130.660.2
HSL48.36º56.78%53.73%-
HSV(B)48.36º65.69%80%-
XYZ41.9345.1212.29-
YUV173.4669.61149.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 178 (69.92% from 255) = 39.38%
BLUE value IS 70 (27.73% from 255) = 15.49%
R=45.13%
G=39.38%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041787000.130.660.248.3656.7853.73
HexCCB2460D4214303936
Octal31426210601510224607166
Binary1100110010110010100011001101100001010100110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB246; }

 p { color: rgb(204,178,70); }

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

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

 a { background-color: rgb(204,178,70); }

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

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

 span { border-color: rgb(204,178,70); }

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