#CCB649

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

Shades of Old Gold #CCB649

Tints of Old Gold #CCB649

Color information

#CCB649 (or 0xCCB649) is unknown color: approx Old Gold. HEX triplet: CC, B6 and 49. RGB value is (204,182,73). Sum of RGB (Red+Green+Blue) = 204+182+73=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB649 is #3349B6. Grayscale: #B0B0B0. Windows color (decimal): -3361207 or 4830924. OLE color: 4830924.

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

Color convert

RGB20418273-
CMYK00.110.640.2
HSL49.92º56.22%54.31%-
HSV(B)49.92º64.22%80%-
XYZ42.8346.7713.07-
YUV176.1569.79147.86-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 182 (71.48% from 255) = 39.65%
BLUE value IS 73 (28.91% from 255) = 15.90%
R=44.44%
G=39.65%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041827300.110.640.249.9256.2254.31
HexCCB6490B4014323836
Octal31426611101310024627066
Binary1100110010110110100100101011100000010100110010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB649; }

 p { color: rgb(204,182,73); }

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

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

 a { background-color: rgb(204,182,73); }

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

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

 span { border-color: rgb(204,182,73); }

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