#CBAC3F

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

Shades of Old Gold #CBAC3F

Tints of Old Gold #CBAC3F

Color information

#CBAC3F (or 0xCBAC3F) is unknown color: approx Old Gold. HEX triplet: CB, AC and 3F. RGB value is (203,172,63). Sum of RGB (Red+Green+Blue) = 203+172+63=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 63 (25% from 255 or 14.38% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAC3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAC3F is #3453C0. Grayscale: #A9A9A9. Windows color (decimal): -3429313 or 4173003. OLE color: 4173003.

HSL color Cylindrical-coordinate representation of color #CBAC3F: hue angle of 46.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBAC3F is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB20317263-
CMYK00.150.690.20
HSL46.71º57.38%52.16%-
HSV(B)46.71º68.97%79.61%-
XYZ40.2842.5610.79-
YUV168.8468.27152.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 172 (67.58% from 255) = 39.27%
BLUE value IS 63 (25% from 255) = 14.38%
R=46.35%
G=39.27%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031726300.150.690.2046.7157.3852.16
HexCBAC3F0F45142f3934
Octal3132547701710524577164
Binary110010111010110011111101111100010110100101111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAC3F; }

 p { color: rgb(203,172,63); }

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

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

 a { background-color: rgb(203,172,63); }

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

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

 span { border-color: rgb(203,172,63); }

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