#CCB045

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

Shades of Old Gold #CCB045

Tints of Old Gold #CCB045

Color information

#CCB045 (or 0xCCB045) is unknown color: approx Old Gold. HEX triplet: CC, B0 and 45. RGB value is (204,176,69). Sum of RGB (Red+Green+Blue) = 204+176+69=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 176 (69.14% from 255 or 39.20% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB045 is #334FBA. Grayscale: #ACACAC. Windows color (decimal): -3362747 or 4567244. OLE color: 4567244.

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

Color convert

RGB20417669-
CMYK00.140.660.2
HSL47.56º56.96%53.53%-
HSV(B)47.56º66.18%80%-
XYZ41.544.3212-
YUV172.1769.78150.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 176 (69.14% from 255) = 39.20%
BLUE value IS 69 (27.34% from 255) = 15.37%
R=45.43%
G=39.20%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041766900.140.660.247.5656.9653.53
HexCCB0450E4214303936
Octal31426010501610224607166
Binary1100110010110000100010101110100001010100110000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB045; }

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

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

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

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

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

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

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

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