#CFBC48

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

Shades of Old Gold #CFBC48

Tints of Old Gold #CFBC48

Color information

#CFBC48 (or 0xCFBC48) is unknown color: approx Old Gold. HEX triplet: CF, BC and 48. RGB value is (207,188,72). Sum of RGB (Red+Green+Blue) = 207+188+72=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 72 (28.52% from 255 or 15.42% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBC48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFBC48 is #3043B7. Grayscale: #B4B4B4. Windows color (decimal): -3163064 or 4766927. OLE color: 4766927.

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

Color convert

RGB20718872-
CMYK00.090.650.19
HSL51.56º58.44%54.71%-
HSV(B)51.56º65.22%81.18%-
XYZ44.8949.713.36-
YUV180.4666.79146.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.33%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 72 (28.52% from 255) = 15.42%
R=44.33%
G=40.26%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071887200.090.650.1951.5658.4454.71
HexCFBC48094113343a37
Octal31727411001110123647267
Binary1100111110111100100100001001100000110011110100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBC48; }

 p { color: rgb(207,188,72); }

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

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

 a { background-color: rgb(207,188,72); }

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

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

 span { border-color: rgb(207,188,72); }

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