#CCB345

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

Shades of Old Gold #CCB345

Tints of Old Gold #CCB345

Color information

#CCB345 (or 0xCCB345) is unknown color: approx Old Gold. HEX triplet: CC, B3 and 45. RGB value is (204,179,69). Sum of RGB (Red+Green+Blue) = 204+179+69=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB345 is #334CBA. Grayscale: #AEAEAE. Windows color (decimal): -3361979 or 4568012. OLE color: 4568012.

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

Color convert

RGB20417969-
CMYK00.120.660.2
HSL48.89º56.96%53.53%-
HSV(B)48.89º66.18%80%-
XYZ42.145.5112.2-
YUV173.9468.78149.44-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.13%
GREEN value IS 179 (70.31% from 255) = 39.60%
BLUE value IS 69 (27.34% from 255) = 15.27%
R=45.13%
G=39.60%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041796900.120.660.248.8956.9653.53
HexCCB3450C4214313936
Octal31426310501410224617166
Binary1100110010110011100010101100100001010100110001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB345; }

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

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

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

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

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

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

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

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