#CCB946

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

Shades of Old Gold #CCB946

Tints of Old Gold #CCB946

Color information

#CCB946 (or 0xCCB946) is unknown color: approx Old Gold. HEX triplet: CC, B9 and 46. RGB value is (204,185,70). Sum of RGB (Red+Green+Blue) = 204+185+70=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB946 is #3346B9. Grayscale: #B2B2B2. Windows color (decimal): -3360442 or 4635084. OLE color: 4635084.

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

Color convert

RGB20418570-
CMYK00.090.660.2
HSL51.49º56.78%53.73%-
HSV(B)51.49º65.69%80%-
XYZ43.3647.9812.77-
YUV177.5767.29146.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 185 (72.66% from 255) = 40.31%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=44.44%
G=40.31%
B=15.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041857000.090.660.251.4956.7853.73
HexCCB946094214333936
Octal31427110601110224637166
Binary1100110010111001100011001001100001010100110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB946; }

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

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

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

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

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

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

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

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