#CCB245

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

Shades of Old Gold #CCB245

Tints of Old Gold #CCB245

Color information

#CCB245 (or 0xCCB245) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 45. RGB value is (204,178,69). Sum of RGB (Red+Green+Blue) = 204+178+69=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 69 (27.34% from 255 or 15.30% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB245 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB245 is #334DBA. Grayscale: #ADADAD. Windows color (decimal): -3362235 or 4567756. OLE color: 4567756.

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

Color convert

RGB20417869-
CMYK00.130.660.2
HSL48.44º56.96%53.53%-
HSV(B)48.44º66.18%80%-
XYZ41.945.1112.13-
YUV173.3569.11149.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 178 (69.92% from 255) = 39.47%
BLUE value IS 69 (27.34% from 255) = 15.30%
R=45.23%
G=39.47%
B=15.30%

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
Decimal2041786900.130.660.248.4456.9653.53
HexCCB2450D4214303936
Octal31426210501510224607166
Binary1100110010110010100010101101100001010100110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB245; }

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

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

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

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

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

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

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

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