#CCBA39

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

Shades of Old Gold #CCBA39

Tints of Old Gold #CCBA39

Color information

#CCBA39 (or 0xCCBA39) is unknown color: approx Old Gold. HEX triplet: CC, BA and 39. RGB value is (204,186,57). Sum of RGB (Red+Green+Blue) = 204+186+57=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 57 (22.66% from 255 or 12.75% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA39 is #3345C6. Grayscale: #B1B1B1. Windows color (decimal): -3360199 or 3783372. OLE color: 3783372.

HSL color Cylindrical-coordinate representation of color #CCBA39: hue angle of 52.65º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCBA39 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20418657-
CMYK00.090.720.2
HSL52.65º59.04%51.18%-
HSV(B)52.65º72.06%80%-
XYZ43.248.2510.91-
YUV176.6860.46147.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 57 (22.66% from 255) = 12.75%
R=45.64%
G=41.61%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041865700.090.720.252.6559.0451.18
HexCCBA39094814353b33
Octal3142727101111024657363
Binary110011001011101011100101001100100010100110101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA39; }

 p { color: rgb(204,186,57); }

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

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

 a { background-color: rgb(204,186,57); }

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

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

 span { border-color: rgb(204,186,57); }

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