#CFB741

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

Shades of Old Gold #CFB741

Tints of Old Gold #CFB741

Color information

#CFB741 (or 0xCFB741) is unknown color: approx Old Gold. HEX triplet: CF, B7 and 41. RGB value is (207,183,65). Sum of RGB (Red+Green+Blue) = 207+183+65=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 65 (25.78% from 255 or 14.29% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB741 is #3048BE. Grayscale: #B1B1B1. Windows color (decimal): -3164351 or 4306895. OLE color: 4306895.

HSL color Cylindrical-coordinate representation of color #CFB741: hue angle of 49.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFB741 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20718365-
CMYK00.120.690.19
HSL49.86º59.66%53.33%-
HSV(B)49.86º68.6%81.18%-
XYZ43.6247.5111.87-
YUV176.7264.95149.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.49%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 65 (25.78% from 255) = 14.29%
R=45.49%
G=40.22%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071836500.120.690.1949.8659.6653.33
HexCFB7410C4513323c35
Octal31726710101410523627465
Binary1100111110110111100000101100100010110011110010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB741; }

 p { color: rgb(207,183,65); }

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

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

 a { background-color: rgb(207,183,65); }

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

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

 span { border-color: rgb(207,183,65); }

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