#CCB747

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

Shades of Old Gold #CCB747

Tints of Old Gold #CCB747

Color information

#CCB747 (or 0xCCB747) is unknown color: approx Old Gold. HEX triplet: CC, B7 and 47. RGB value is (204,183,71). Sum of RGB (Red+Green+Blue) = 204+183+71=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB747 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB747 is #3348B8. Grayscale: #B0B0B0. Windows color (decimal): -3360953 or 4700108. OLE color: 4700108.

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

Color convert

RGB20418371-
CMYK00.100.650.2
HSL50.53º56.6%53.92%-
HSV(B)50.53º65.2%80%-
XYZ42.9747.1612.8-
YUV176.5168.46147.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.54%
GREEN value IS 183 (71.88% from 255) = 39.96%
BLUE value IS 71 (28.12% from 255) = 15.50%
R=44.54%
G=39.96%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041837100.100.650.250.5356.653.92
HexCCB7470A4114333936
Octal31426710701210124637166
Binary1100110010110111100011101010100000110100110011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB747; }

 p { color: rgb(204,183,71); }

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

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

 a { background-color: rgb(204,183,71); }

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

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

 span { border-color: rgb(204,183,71); }

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