#CBBA3A

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

Shades of Old Gold #CBBA3A

Tints of Old Gold #CBBA3A

Color information

#CBBA3A (or 0xCBBA3A) is unknown color: approx Old Gold. HEX triplet: CB, BA and 3A. RGB value is (203,186,58). Sum of RGB (Red+Green+Blue) = 203+186+58=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBA3A is #3445C5. Grayscale: #B1B1B1. Windows color (decimal): -3425734 or 3848907. OLE color: 3848907.

HSL color Cylindrical-coordinate representation of color #CBBA3A: hue angle of 52.97º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBBA3A is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB20318658-
CMYK00.080.710.20
HSL52.97º58.23%51.18%-
HSV(B)52.97º71.43%79.61%-
XYZ42.9548.1211.03-
YUV176.4961.13146.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 58 (23.05% from 255) = 12.98%
R=45.41%
G=41.61%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031865800.080.710.2052.9758.2351.18
HexCBBA3A084714353a33
Octal3132727201010724657263
Binary110010111011101011101001000100011110100110101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBA3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBA3A; }

 p { color: rgb(203,186,58); }

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

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

 a { background-color: rgb(203,186,58); }

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

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

 span { border-color: rgb(203,186,58); }

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