#CCBC47

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

Shades of Old Gold #CCBC47

Tints of Old Gold #CCBC47

Color information

#CCBC47 (or 0xCCBC47) is unknown color: approx Old Gold. HEX triplet: CC, BC and 47. RGB value is (204,188,71). Sum of RGB (Red+Green+Blue) = 204+188+71=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 71 (28.12% from 255 or 15.33% from 463); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC47 is #3343B8. Grayscale: #B3B3B3. Windows color (decimal): -3359673 or 4701388. OLE color: 4701388.

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

Color convert

RGB20418871-
CMYK00.080.650.2
HSL52.78º56.6%53.92%-
HSV(B)52.78º65.2%80%-
XYZ44.0249.2613.15-
YUV179.4566.8145.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.06%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 71 (28.12% from 255) = 15.33%
R=44.06%
G=40.60%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041887100.080.650.252.7856.653.92
HexCCBC47084114353936
Octal31427410701010124657166
Binary1100110010111100100011101000100000110100110101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC47; }

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

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

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

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

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

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

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

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