#CCBA45

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

Shades of Old Gold #CCBA45

Tints of Old Gold #CCBA45

Color information

#CCBA45 (or 0xCCBA45) is unknown color: approx Old Gold. HEX triplet: CC, BA and 45. RGB value is (204,186,69). Sum of RGB (Red+Green+Blue) = 204+186+69=459 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.44% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA45 is #3345BA. Grayscale: #B2B2B2. Windows color (decimal): -3360187 or 4569804. OLE color: 4569804.

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

Color convert

RGB20418669-
CMYK00.090.660.2
HSL52º56.96%53.53%-
HSV(B)52º66.18%80%-
XYZ43.5348.3812.67-
YUV178.0466.46146.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.44%
GREEN value IS 186 (73.05% from 255) = 40.52%
BLUE value IS 69 (27.34% from 255) = 15.03%
R=44.44%
G=40.52%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041866900.090.660.25256.9653.53
HexCCBA45094214343936
Octal31427210501110224647166
Binary1100110010111010100010101001100001010100110100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBA45; }

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

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

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

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

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

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

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

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