#CCBC4A

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

Shades of Old Gold #CCBC4A

Tints of Old Gold #CCBC4A

Color information

#CCBC4A (or 0xCCBC4A) is unknown color: approx Old Gold. HEX triplet: CC, BC and 4A. RGB value is (204,188,74). Sum of RGB (Red+Green+Blue) = 204+188+74=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBC4A is #3343B5. Grayscale: #B4B4B4. Windows color (decimal): -3359670 or 4897996. OLE color: 4897996.

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

Color convert

RGB20418874-
CMYK00.080.640.2
HSL52.62º56.03%54.51%-
HSV(B)52.62º63.73%80%-
XYZ44.1249.313.67-
YUV179.7968.3145.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.78%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 74 (29.30% from 255) = 15.88%
R=43.78%
G=40.34%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041887400.080.640.252.6256.0354.51
HexCCBC4A084014353837
Octal31427411201010024657067
Binary1100110010111100100101001000100000010100110101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC4A; }

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

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

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

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

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

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

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

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