#CFB547

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

Shades of Old Gold #CFB547

Tints of Old Gold #CFB547

Color information

#CFB547 (or 0xCFB547) is unknown color: approx Old Gold. HEX triplet: CF, B5 and 47. RGB value is (207,181,71). Sum of RGB (Red+Green+Blue) = 207+181+71=459 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.10% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB547 is #304AB8. Grayscale: #B0B0B0. Windows color (decimal): -3164857 or 4699599. OLE color: 4699599.

HSL color Cylindrical-coordinate representation of color #CFB547: hue angle of 48.53º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CFB547 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB20718171-
CMYK00.130.660.19
HSL48.53º58.62%54.51%-
HSV(B)48.53º65.7%81.18%-
XYZ43.3946.7712.7-
YUV176.2368.61149.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45.10%
GREEN value IS 181 (71.09% from 255) = 39.43%
BLUE value IS 71 (28.12% from 255) = 15.47%
R=45.10%
G=39.43%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071817100.130.660.1948.5358.6254.51
HexCFB5470D4213313b37
Octal31726510701510223617367
Binary1100111110110101100011101101100001010011110001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB547; }

 p { color: rgb(207,181,71); }

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

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

 a { background-color: rgb(207,181,71); }

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

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

 span { border-color: rgb(207,181,71); }

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